#8D5F05

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

Shades of Golden Brown #8D5F05

Tints of Golden Brown #8D5F05

Color information

#8D5F05 (or 0x8D5F05) is unknown color: approx Golden Brown. HEX triplet: 8D, 5F and 05. RGB value is (141,95,5). Sum of RGB (Red+Green+Blue) = 141+95+5=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5F05 is #72A0FA. Grayscale: #626262. Windows color (decimal): -7512315 or 352141. OLE color: 352141.

HSL color Cylindrical-coordinate representation of color #8D5F05: hue angle of 39.71º 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 #8D5F05 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB141955-
CMYK00.330.960.45
HSL39.71º93.15%28.63%-
HSV(B)39.71º96.45%55.29%-
XYZ15.113.862.02-
YUV98.4975.24158.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.51%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=58.51%
G=39.42%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14195500.330.960.4539.7193.1528.63
Hex8D5F5021602D285d1d
Octal2151375041140555013535
Binary10001101101111110101000011100000101101101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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