#875B0D

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

Shades of Golden Brown #875B0D

Tints of Golden Brown #875B0D

Color information

#875B0D (or 0x875B0D) is unknown color: approx Golden Brown. HEX triplet: 87, 5B and 0D. RGB value is (135,91,13). Sum of RGB (Red+Green+Blue) = 135+91+13=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B0D is #78A4F2. Grayscale: #5F5F5F. Windows color (decimal): -7906547 or 875399. OLE color: 875399.

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

Color convert

RGB1359113-
CMYK00.330.900.47
HSL38.36º82.43%29.02%-
HSV(B)38.36º90.37%52.94%-
XYZ13.8112.662.1-
YUV95.2681.58156.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=56.49%
G=38.08%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135911300.330.900.4738.3682.4329.02
Hex875BD0215A2F26521d
Octal20713315041132574612235
Binary100001111011011110101000011011010101111100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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