#8D5A00

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

Shades of Golden Brown #8D5A00

Tints of Golden Brown #8D5A00

Color information

#8D5A00 (or 0x8D5A00) is unknown color: approx Golden Brown. HEX triplet: 8D, 5A and 00. RGB value is (141,90,0). Sum of RGB (Red+Green+Blue) = 141+90+0=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5A00 is #72A5FF. Grayscale: #5F5F5F. Windows color (decimal): -7513600 or 23181. OLE color: 23181.

HSL color Cylindrical-coordinate representation of color #8D5A00: hue angle of 38.3º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D5A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB141900-
CMYK00.3610.45
HSL38.3º100%27.65%-
HSV(B)38.3º100%55.29%-
XYZ14.6412.981.73-
YUV94.9974.4160.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.04%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.04%
G=38.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14190000.3610.4538.310027.65
Hex8D5A0024642D26641c
Octal2151320044144554614434
Binary100011011011010001001001100100101101100110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,0); }

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

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

 a { background-color: rgb(141,90,0); }

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

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

 span { border-color: rgb(141,90,0); }

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