#875F09

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

Shades of Golden Brown #875F09

Tints of Golden Brown #875F09

Color information

#875F09 (or 0x875F09) is unknown color: approx Golden Brown. HEX triplet: 87, 5F and 09. RGB value is (135,95,9). Sum of RGB (Red+Green+Blue) = 135+95+9=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F09 is #78A0F6. Grayscale: #616161. Windows color (decimal): -7905527 or 614279. OLE color: 614279.

HSL color Cylindrical-coordinate representation of color #875F09: hue angle of 40.95º 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 #875F09 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB135959-
CMYK00.300.930.47
HSL40.95º87.5%28.24%-
HSV(B)40.95º93.33%52.94%-
XYZ14.1313.362.09-
YUV97.1678.25154.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=56.49%
G=39.75%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13595900.300.930.4740.9587.528.24
Hex875F901E5D2F29581c
Octal20713711036135575113034
Binary10000111101111110010111101011101101111101001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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