#875F0B

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

Shades of Golden Brown #875F0B

Tints of Golden Brown #875F0B

Color information

#875F0B (or 0x875F0B) is unknown color: approx Golden Brown. HEX triplet: 87, 5F and 0B. RGB value is (135,95,11). Sum of RGB (Red+Green+Blue) = 135+95+11=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #875F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F0B is #78A0F4. Grayscale: #616161. Windows color (decimal): -7905525 or 745351. OLE color: 745351.

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

Color convert

RGB1359511-
CMYK00.300.920.47
HSL40.65º84.93%28.63%-
HSV(B)40.65º91.85%52.94%-
XYZ14.1413.362.15-
YUV97.3879.25154.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=56.02%
G=39.42%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135951100.300.920.4740.6584.9328.63
Hex875FB01E5C2F29551d
Octal20713713036134575112535
Binary10000111101111110110111101011100101111101001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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