#993E17

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

Shades of Saddle Brown #993E17

Tints of Saddle Brown #993E17

Color information

#993E17 (or 0x993E17) is unknown color: approx Saddle Brown. HEX triplet: 99, 3E and 17. RGB value is (153,62,23). Sum of RGB (Red+Green+Blue) = 153+62+23=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E17 is #66C1E8. Grayscale: #555555. Windows color (decimal): -6734313 or 1523353. OLE color: 1523353.

HSL color Cylindrical-coordinate representation of color #993E17: hue angle of 18º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #993E17 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB1536223-
CMYK00.590.850.4
HSL18º73.86%34.51%-
HSV(B)18º84.97%60%-
XYZ15.0110.282-
YUV84.7693.15176.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.29%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 23 (9.38% from 255) = 9.66%
R=64.29%
G=26.05%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153622300.590.850.41873.8634.51
Hex993E1703B5528124a23
Octal2317627073125502211243
Binary100110011111101011101110111010101101000100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,62,23); }

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

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

 a { background-color: rgb(153,62,23); }

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

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

 span { border-color: rgb(153,62,23); }

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