#8D5F00

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

Shades of Golden Brown #8D5F00

Tints of Golden Brown #8D5F00

Color information

#8D5F00 (or 0x8D5F00) is unknown color: approx Golden Brown. HEX triplet: 8D, 5F and 00. RGB value is (141,95,0). Sum of RGB (Red+Green+Blue) = 141+95+0=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5F00 is #72A0FF. Grayscale: #626262. Windows color (decimal): -7512320 or 24461. OLE color: 24461.

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

Color convert

RGB141950-
CMYK00.3310.45
HSL40.43º100%27.65%-
HSV(B)40.43º100%55.29%-
XYZ15.0813.851.88-
YUV97.9272.74158.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.75%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.75%
G=40.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14195000.3310.4540.4310027.65
Hex8D5F0021642D28641c
Octal2151370041144555014434
Binary100011011011111001000011100100101101101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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