#875E0F

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

Shades of Golden Brown #875E0F

Tints of Golden Brown #875E0F

Color information

#875E0F (or 0x875E0F) is unknown color: approx Golden Brown. HEX triplet: 87, 5E and 0F. RGB value is (135,94,15). Sum of RGB (Red+Green+Blue) = 135+94+15=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #875E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E0F is #78A1F0. Grayscale: #616161. Windows color (decimal): -7905777 or 1007239. OLE color: 1007239.

HSL color Cylindrical-coordinate representation of color #875E0F: hue angle of 39.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 #875E0F is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1359415-
CMYK00.300.890.47
HSL39.5º80%29.41%-
HSV(B)39.5º88.89%52.94%-
XYZ14.0813.192.26-
YUV97.2581.58154.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=55.33%
G=38.52%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135941500.300.890.4739.58029.41
Hex875EF01E592F28501d
Octal20713617036131575012035
Binary10000111101111011110111101011001101111101000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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