#8C491D

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

Shades of Saddle Brown #8C491D

Tints of Saddle Brown #8C491D

Color information

#8C491D (or 0x8C491D) is unknown color: approx Saddle Brown. HEX triplet: 8C, 49 and 1D. RGB value is (140,73,29). Sum of RGB (Red+Green+Blue) = 140+73+29=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C491D is #73B6E2. Grayscale: #585858. Windows color (decimal): -7583459 or 1919372. OLE color: 1919372.

HSL color Cylindrical-coordinate representation of color #8C491D: hue angle of 23.78º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C491D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1407329-
CMYK00.480.790.45
HSL23.78º65.68%33.14%-
HSV(B)23.78º79.29%54.9%-
XYZ13.4210.432.47-
YUV88.0294.7165.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.85%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=57.85%
G=30.17%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140732900.480.790.4523.7865.6833.14
Hex8C491D0304F2D184221
Octal21411135060117553010241
Binary1000110010010011110101100001001111101101110001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,29); }

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

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

 a { background-color: rgb(140,73,29); }

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

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

 span { border-color: rgb(140,73,29); }

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