#8C490F

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

Shades of Saddle Brown #8C490F

Tints of Saddle Brown #8C490F

Color information

#8C490F (or 0x8C490F) is unknown color: approx Saddle Brown. HEX triplet: 8C, 49 and 0F. RGB value is (140,73,15). Sum of RGB (Red+Green+Blue) = 140+73+15=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C490F is #73B6F0. Grayscale: #565656. Windows color (decimal): -7583473 or 1001868. OLE color: 1001868.

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

Color convert

RGB1407315-
CMYK00.480.890.45
HSL27.84º80.65%30.39%-
HSV(B)27.84º89.29%54.9%-
XYZ13.2810.381.75-
YUV86.4287.7166.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.40%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=61.40%
G=32.02%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140731500.480.890.4527.8480.6530.39
Hex8C49F030592D1c511e
Octal21411117060131553412136
Binary10001100100100111110110000101100110110111100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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