#8D6418

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

Shades of Golden Brown #8D6418

Tints of Golden Brown #8D6418

Color information

#8D6418 (or 0x8D6418) is unknown color: approx Golden Brown. HEX triplet: 8D, 64 and 18. RGB value is (141,100,24). Sum of RGB (Red+Green+Blue) = 141+100+24=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6418 is #729BE7. Grayscale: #676767. Windows color (decimal): -7511016 or 1598605. OLE color: 1598605.

HSL color Cylindrical-coordinate representation of color #8D6418: hue angle of 38.97º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D6418 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB14110024-
CMYK00.290.830.45
HSL38.97º70.91%32.35%-
HSV(B)38.97º82.98%55.29%-
XYZ15.7114.842.9-
YUV103.683.08154.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=53.21%
G=37.74%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411002400.290.830.4538.9770.9132.35
Hex8D641801D532D274720
Octal21514430035123554710740
Binary1000110111001001100001110110100111011011001111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,24); }

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

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

 a { background-color: rgb(141,100,24); }

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

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

 span { border-color: rgb(141,100,24); }

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