#993A11

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

Shades of Saddle Brown #993A11

Tints of Saddle Brown #993A11

Color information

#993A11 (or 0x993A11) is unknown color: approx Saddle Brown. HEX triplet: 99, 3A and 11. RGB value is (153,58,17). Sum of RGB (Red+Green+Blue) = 153+58+17=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #993A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A11 is #66C5EE. Grayscale: #515151. Windows color (decimal): -6735343 or 1129113. OLE color: 1129113.

HSL color Cylindrical-coordinate representation of color #993A11: hue angle of 18.09º 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 #993A11 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1535817-
CMYK00.620.890.4
HSL18.09º80%33.33%-
HSV(B)18.09º88.89%60%-
XYZ14.759.841.65-
YUV81.7391.47178.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 17 (7.03% from 255) = 7.46%
R=67.11%
G=25.44%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153581700.620.890.418.098033.33
Hex993A1103E5928125021
Octal2317221076131502212041
Binary100110011110101000101111101011001101000100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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