#8C3310

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

Shades of Saddle Brown #8C3310

Tints of Saddle Brown #8C3310

Color information

#8C3310 (or 0x8C3310) is unknown color: approx Saddle Brown. HEX triplet: 8C, 33 and 10. RGB value is (140,51,16). Sum of RGB (Red+Green+Blue) = 140+51+16=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3310 is #73CCEF. Grayscale: #494949. Windows color (decimal): -7589104 or 1061772. OLE color: 1061772.

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

Color convert

RGB1405116-
CMYK00.640.890.45
HSL16.94º79.49%30.59%-
HSV(B)16.94º88.57%54.9%-
XYZ12.097.981.39-
YUV73.6295.49175.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.63%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=67.63%
G=24.64%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140511600.640.890.4516.9479.4930.59
Hex8C3310040592D114f1f
Octal21463200100131552111737
Binary100011001100111000001000000101100110110110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,16); }

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

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

 a { background-color: rgb(140,51,16); }

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

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

 span { border-color: rgb(140,51,16); }

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