#87300E

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

Shades of Saddle Brown #87300E

Tints of Saddle Brown #87300E

Color information

#87300E (or 0x87300E) is unknown color: approx Saddle Brown. HEX triplet: 87, 30 and 0E. RGB value is (135,48,14). Sum of RGB (Red+Green+Blue) = 135+48+14=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87300E is #78CFF1. Grayscale: #464646. Windows color (decimal): -7917554 or 929927. OLE color: 929927.

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

Color convert

RGB1354814-
CMYK00.640.900.47
HSL16.86º81.21%29.22%-
HSV(B)16.86º89.63%52.94%-
XYZ11.137.31.24-
YUV70.1496.32174.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.53%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=68.53%
G=24.37%
B=7.11%

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
Decimal135481400.640.900.4716.8681.2129.22
Hex8730E0405A2F11511d
Octal20760160100132572112135
Binary10000111110000111001000000101101010111110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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