#87310E

Color #87310E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #87310E

Tints of Saddle Brown #87310E

Color information

#87310E (or 0x87310E) is unknown color: approx Saddle Brown. HEX triplet: 87, 31 and 0E. RGB value is (135,49,14). Sum of RGB (Red+Green+Blue) = 135+49+14=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87310E is #78CEF1. Grayscale: #464646. Windows color (decimal): -7917298 or 930183. OLE color: 930183.

HSL color Cylindrical-coordinate representation of color #87310E: hue angle of 17.36º degrees, saturation: 0.81, 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 #87310E is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1354914-
CMYK00.640.900.47
HSL17.36º81.21%29.22%-
HSV(B)17.36º89.63%52.94%-
XYZ11.177.381.25-
YUV70.7295.99173.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.18%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 14 (5.86% from 255) = 7.07%
R=68.18%
G=24.75%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135491400.640.900.4717.3681.2129.22
Hex8731E0405A2F11511d
Octal20761160100132572112135
Binary10000111110001111001000000101101010111110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87310E; }

 p { color: rgb(135,49,14); }

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

<style>
 a { background-color: #87310E; }

 a { background-color: rgb(135,49,14); }

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

<style>
 span { border-color: #87310E; }

 span { border-color: rgb(135,49,14); }

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