#875A0F

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

Shades of Golden Brown #875A0F

Tints of Golden Brown #875A0F

Color information

#875A0F (or 0x875A0F) is unknown color: approx Golden Brown. HEX triplet: 87, 5A and 0F. RGB value is (135,90,15). Sum of RGB (Red+Green+Blue) = 135+90+15=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A0F is #78A5F0. Grayscale: #5F5F5F. Windows color (decimal): -7906801 or 1006215. OLE color: 1006215.

HSL color Cylindrical-coordinate representation of color #875A0F: hue angle of 37.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #875A0F is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1359015-
CMYK00.330.890.47
HSL37.5º80%29.41%-
HSV(B)37.5º88.89%52.94%-
XYZ13.7312.52.14-
YUV94.982.91156.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=56.25%
G=37.5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135901500.330.890.4737.58029.41
Hex875AF021592F26501d
Octal20713217041131574612035
Binary100001111011010111101000011011001101111100110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,15); }

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

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

 a { background-color: rgb(135,90,15); }

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

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

 span { border-color: rgb(135,90,15); }

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