#875C07

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

Shades of Golden Brown #875C07

Tints of Golden Brown #875C07

Color information

#875C07 (or 0x875C07) is unknown color: approx Golden Brown. HEX triplet: 87, 5C and 07. RGB value is (135,92,7). Sum of RGB (Red+Green+Blue) = 135+92+7=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #875C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C07 is #78A3F8. Grayscale: #5F5F5F. Windows color (decimal): -7906297 or 482439. OLE color: 482439.

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

Color convert

RGB135927-
CMYK00.320.950.47
HSL39.84º90.14%27.84%-
HSV(B)39.84º94.81%52.94%-
XYZ13.8612.821.95-
YUV95.1778.25156.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=57.69%
G=39.32%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13592700.320.950.4739.8490.1427.84
Hex875C70205F2F285a1c
Octal2071347040137575013234
Binary10000111101110011101000001011111101111101000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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