#993D11

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

Shades of Saddle Brown #993D11

Tints of Saddle Brown #993D11

Color information

#993D11 (or 0x993D11) is unknown color: approx Saddle Brown. HEX triplet: 99, 3D and 11. RGB value is (153,61,17). Sum of RGB (Red+Green+Blue) = 153+61+17=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #993D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D11 is #66C2EE. Grayscale: #535353. Windows color (decimal): -6734575 or 1129881. OLE color: 1129881.

HSL color Cylindrical-coordinate representation of color #993D11: hue angle of 19.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #993D11 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1536117-
CMYK00.600.890.4
HSL19.41º80%33.33%-
HSV(B)19.41º88.89%60%-
XYZ14.9110.151.7-
YUV83.4990.48177.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.23%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=66.23%
G=26.41%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153611700.600.890.419.418033.33
Hex993D1103C5928135021
Octal2317521074131502312041
Binary100110011111011000101111001011001101000100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D11; }

 p { color: rgb(153,61,17); }

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

<style>
 a { background-color: #993D11; }

 a { background-color: rgb(153,61,17); }

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

<style>
 span { border-color: #993D11; }

 span { border-color: rgb(153,61,17); }

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