#875F00

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

Shades of Golden Brown #875F00

Tints of Golden Brown #875F00

Color information

#875F00 (or 0x875F00) is unknown color: approx Golden Brown. HEX triplet: 87, 5F and 00. RGB value is (135,95,0). Sum of RGB (Red+Green+Blue) = 135+95+0=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #875F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F00 is #78A0FF. Grayscale: #606060. Windows color (decimal): -7905536 or 24455. OLE color: 24455.

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

Color convert

RGB135950-
CMYK00.3010.47
HSL42.22º100%26.47%-
HSV(B)42.22º100%52.94%-
XYZ14.0813.341.83-
YUV96.1373.75155.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.70%
G=41.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13595000.3010.4742.2210026.47
Hex875F001E642F2a641a
Octal2071370036144575214432
Binary10000111101111100111101100100101111101010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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