#8D6C05

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

Shades of Golden Brown #8D6C05

Tints of Golden Brown #8D6C05

Color information

#8D6C05 (or 0x8D6C05) is unknown color: approx Golden Brown. HEX triplet: 8D, 6C and 05. RGB value is (141,108,5). Sum of RGB (Red+Green+Blue) = 141+108+5=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6C05 is #7293FA. Grayscale: #6A6A6A. Windows color (decimal): -7508987 or 355469. OLE color: 355469.

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

Color convert

RGB1411085-
CMYK00.230.960.45
HSL45.44º93.15%28.63%-
HSV(B)45.44º96.45%55.29%-
XYZ16.3716.42.45-
YUV106.1270.93152.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 5 (2.34% from 255) = 1.97%
R=55.51%
G=42.52%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141108500.230.960.4545.4493.1528.63
Hex8D6C5017602D2d5d1d
Octal2151545027140555513535
Binary1000110111011001010101111100000101101101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,108,5); }

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

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

 a { background-color: rgb(141,108,5); }

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

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

 span { border-color: rgb(141,108,5); }

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