#8D5C05

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

Shades of Golden Brown #8D5C05

Tints of Golden Brown #8D5C05

Color information

#8D5C05 (or 0x8D5C05) is unknown color: approx Golden Brown. HEX triplet: 8D, 5C and 05. RGB value is (141,92,5). Sum of RGB (Red+Green+Blue) = 141+92+5=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5C05 is #72A3FA. Grayscale: #616161. Windows color (decimal): -7513083 or 351373. OLE color: 351373.

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

Color convert

RGB141925-
CMYK00.350.960.45
HSL38.38º93.15%28.63%-
HSV(B)38.38º96.45%55.29%-
XYZ14.8413.331.93-
YUV96.7376.23159.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 5 (2.34% from 255) = 2.10%
R=59.24%
G=38.66%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14192500.350.960.4538.3893.1528.63
Hex8D5C5023602D265d1d
Octal2151345043140554613535
Binary10001101101110010101000111100000101101100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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