#875B11

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

Shades of Golden Brown #875B11

Tints of Golden Brown #875B11

Color information

#875B11 (or 0x875B11) is unknown color: approx Golden Brown. HEX triplet: 87, 5B and 11. RGB value is (135,91,17). Sum of RGB (Red+Green+Blue) = 135+91+17=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #875B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B11 is #78A4EE. Grayscale: #606060. Windows color (decimal): -7906543 or 1137543. OLE color: 1137543.

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

Color convert

RGB1359117-
CMYK00.330.870.47
HSL37.63º77.63%29.8%-
HSV(B)37.63º87.41%52.94%-
XYZ13.8312.672.25-
YUV95.7283.58156.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=55.56%
G=37.45%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135911700.330.870.4737.6377.6329.8
Hex875B11021572F264e1e
Octal20713321041127574611636
Binary1000011110110111000101000011010111101111100110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,91,17); }

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

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

 a { background-color: rgb(135,91,17); }

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

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

 span { border-color: rgb(135,91,17); }

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