#875F04

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

Shades of Golden Brown #875F04

Tints of Golden Brown #875F04

Color information

#875F04 (or 0x875F04) is unknown color: approx Golden Brown. HEX triplet: 87, 5F and 04. RGB value is (135,95,4). Sum of RGB (Red+Green+Blue) = 135+95+4=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #875F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F04 is #78A0FB. Grayscale: #606060. Windows color (decimal): -7905532 or 286599. OLE color: 286599.

HSL color Cylindrical-coordinate representation of color #875F04: hue angle of 41.68º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #875F04 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB135954-
CMYK00.300.970.47
HSL41.68º94.24%27.25%-
HSV(B)41.68º97.04%52.94%-
XYZ14.1113.341.95-
YUV96.5975.75155.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 4 (1.95% from 255) = 1.71%
R=57.69%
G=40.60%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13595400.300.970.4741.6894.2427.25
Hex875F401E612F2a5e1b
Octal2071374036141575213633
Binary1000011110111111000111101100001101111101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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