#875B0B

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

Shades of Golden Brown #875B0B

Tints of Golden Brown #875B0B

Color information

#875B0B (or 0x875B0B) is unknown color: approx Golden Brown. HEX triplet: 87, 5B and 0B. RGB value is (135,91,11). Sum of RGB (Red+Green+Blue) = 135+91+11=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #875B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B0B is #78A4F4. Grayscale: #5F5F5F. Windows color (decimal): -7906549 or 744327. OLE color: 744327.

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

Color convert

RGB1359111-
CMYK00.330.920.47
HSL38.71º84.93%28.63%-
HSV(B)38.71º91.85%52.94%-
XYZ13.7912.662.03-
YUV95.0480.58156.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 11 (4.69% from 255) = 4.64%
R=56.96%
G=38.40%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135911100.330.920.4738.7184.9328.63
Hex875BB0215C2F27551d
Octal20713313041134574712535
Binary100001111011011101101000011011100101111100111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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