#875C01

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

Shades of Golden Brown #875C01

Tints of Golden Brown #875C01

Color information

#875C01 (or 0x875C01) is unknown color: approx Golden Brown. HEX triplet: 87, 5C and 01. RGB value is (135,92,1). Sum of RGB (Red+Green+Blue) = 135+92+1=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #875C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C01 is #78A3FE. Grayscale: #5E5E5E. Windows color (decimal): -7906303 or 89223. OLE color: 89223.

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

Color convert

RGB135921-
CMYK00.320.990.47
HSL40.75º98.53%26.67%-
HSV(B)40.75º99.26%52.94%-
XYZ13.8212.811.77-
YUV94.4875.25156.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=59.21%
G=40.35%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13592100.320.990.4740.7598.5326.67
Hex875C1020632F29631b
Octal2071341040143575114333
Binary100001111011100101000001100011101111101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,1); }

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

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

 a { background-color: rgb(135,92,1); }

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

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

 span { border-color: rgb(135,92,1); }

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