#8C480F

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

Shades of Saddle Brown #8C480F

Tints of Saddle Brown #8C480F

Color information

#8C480F (or 0x8C480F) is unknown color: approx Saddle Brown. HEX triplet: 8C, 48 and 0F. RGB value is (140,72,15). Sum of RGB (Red+Green+Blue) = 140+72+15=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C480F is #73B7F0. Grayscale: #565656. Windows color (decimal): -7583729 or 1001612. OLE color: 1001612.

HSL color Cylindrical-coordinate representation of color #8C480F: hue angle of 27.36º 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 #8C480F is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1407215-
CMYK00.490.890.45
HSL27.36º80.65%30.39%-
HSV(B)27.36º89.29%54.9%-
XYZ13.2210.241.73-
YUV85.8388.03166.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.67%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=61.67%
G=31.72%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140721500.490.890.4527.3680.6530.39
Hex8C48F031592D1b511e
Octal21411017061131553312136
Binary10001100100100011110110001101100110110111011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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