#8C3A11

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

Shades of Saddle Brown #8C3A11

Tints of Saddle Brown #8C3A11

Color information

#8C3A11 (or 0x8C3A11) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3A and 11. RGB value is (140,58,17). Sum of RGB (Red+Green+Blue) = 140+58+17=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3A11 is #73C5EE. Grayscale: #4E4E4E. Windows color (decimal): -7587311 or 1129100. OLE color: 1129100.

HSL color Cylindrical-coordinate representation of color #8C3A11: hue angle of 20º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C3A11 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1405817-
CMYK00.590.880.45
HSL20º78.34%30.78%-
HSV(B)20º87.86%54.9%-
XYZ12.438.641.54-
YUV77.8493.67172.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.12%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=65.12%
G=26.98%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140581700.590.880.452078.3430.78
Hex8C3A1103B582D144e1f
Octal2147221073130552411637
Binary10001100111010100010111011101100010110110100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3A11; }

 p { color: rgb(140,58,17); }

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

<style>
 a { background-color: #8C3A11; }

 a { background-color: rgb(140,58,17); }

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

<style>
 span { border-color: #8C3A11; }

 span { border-color: rgb(140,58,17); }

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