#873E0E

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

Shades of Saddle Brown #873E0E

Tints of Saddle Brown #873E0E

Color information

#873E0E (or 0x873E0E) is unknown color: approx Saddle Brown. HEX triplet: 87, 3E and 0E. RGB value is (135,62,14). Sum of RGB (Red+Green+Blue) = 135+62+14=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #873E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873E0E is #78C1F1. Grayscale: #4E4E4E. Windows color (decimal): -7913970 or 933511. OLE color: 933511.

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

Color convert

RGB1356214-
CMYK00.540.900.47
HSL23.8º81.21%29.22%-
HSV(B)23.8º89.63%52.94%-
XYZ11.798.631.46-
YUV78.3591.68168.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.98%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=63.98%
G=29.38%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135621400.540.900.4723.881.2129.22
Hex873EE0365A2F18511d
Octal2077616066132573012135
Binary1000011111111011100110110101101010111111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E0E; }

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

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

<style>
 a { background-color: #873E0E; }

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

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

<style>
 span { border-color: #873E0E; }

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

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