#994c17

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

Shades of Saddle Brown #994C17

Tints of Saddle Brown #994C17

Color information

#994C17 (or 0x994C17) is unknown color: approx Saddle Brown. HEX triplet: 99, 4C and 17. RGB value is (153,76,23). Sum of RGB (Red+Green+Blue) = 153+76+23=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #994C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C17 is #66B3E8. Grayscale: #5D5D5D. Windows color (decimal): -6730729 or 1526937. OLE color: 1526937.

HSL color Cylindrical-coordinate representation of color #994C17: hue angle of 24.46º 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 #994C17 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB1537623-
CMYK00.500.850.4
HSL24.46º73.86%34.51%-
HSV(B)24.46º84.97%60%-
XYZ15.88122.29-
YUV92.9888.51170.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 23 (9.38% from 255) = 9.13%
R=60.71%
G=30.16%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153762300.500.850.424.4673.8634.51
Hex994C170325528184a23
Octal23111427062125503011243
Binary1001100110011001011101100101010101101000110001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994c17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994c17; }

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

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

<style>
 a { background-color: #994c17; }

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

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

<style>
 span { border-color: #994c17; }

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

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