#8d610e

Color #8D610E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8D610E

Tints of Golden Brown #8D610E

Color information

#8D610E (or 0x8D610E) is unknown color: approx Golden Brown. HEX triplet: 8D, 61 and 0E. RGB value is (141,97,14). Sum of RGB (Red+Green+Blue) = 141+97+14=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D610E is #729EF1. Grayscale: #656565. Windows color (decimal): -7511794 or 942477. OLE color: 942477.

HSL color Cylindrical-coordinate representation of color #8D610E: hue angle of 39.21º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D610E is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1419714-
CMYK00.310.900.45
HSL39.21º81.94%30.39%-
HSV(B)39.21º90.07%55.29%-
XYZ15.3414.242.36-
YUV100.6979.08156.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=55.95%
G=38.49%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141971400.310.900.4539.2181.9430.39
Hex8D61E01F5A2D27521e
Octal21514116037132554712236
Binary10001101110000111100111111011010101101100111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d610e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8d610e; }

 p { color: rgb(141,97,14); }

 H1.HeaderClassName
 {
   color: #8d610e;
 }
 .AnyTagClassName
 {
   color: #8d610e;
 }
</style>
background-color css

<style>
 a { background-color: #8d610e; }

 a { background-color: rgb(141,97,14); }

 div.DivClassName
 {
   background-color: #8d610e;
 }
 .BgClassName
 {
   background-color: #8d610e;
 }
</style>
border-color css

<style>
 span { border-color: #8d610e; }

 span { border-color: rgb(141,97,14); }

 td.TdClassName
 {
   border-color: #8d610e;
 }
 .TagClassName
 {
   border-color: #8d610e;
 }
</style>