#875D09

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

Shades of Golden Brown #875D09

Tints of Golden Brown #875D09

Color information

#875D09 (or 0x875D09) is unknown color: approx Golden Brown. HEX triplet: 87, 5D and 09. RGB value is (135,93,9). Sum of RGB (Red+Green+Blue) = 135+93+9=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #875D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D09 is #78A2F6. Grayscale: #606060. Windows color (decimal): -7906039 or 613767. OLE color: 613767.

HSL color Cylindrical-coordinate representation of color #875D09: hue angle of 40º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #875D09 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB135939-
CMYK00.310.930.47
HSL40º87.5%28.24%-
HSV(B)40º93.33%52.94%-
XYZ13.96132.03-
YUV95.9878.91155.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=56.96%
G=39.24%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13593900.310.930.474087.528.24
Hex875D901F5D2F28581c
Octal20713511037135575013034
Binary10000111101110110010111111011101101111101000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875D09; }

 p { color: rgb(135,93,9); }

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

<style>
 a { background-color: #875D09; }

 a { background-color: rgb(135,93,9); }

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

<style>
 span { border-color: #875D09; }

 span { border-color: rgb(135,93,9); }

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