#994A17

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

Shades of Saddle Brown #994A17

Tints of Saddle Brown #994A17

Color information

#994A17 (or 0x994A17) is unknown color: approx Saddle Brown. HEX triplet: 99, 4A and 17. RGB value is (153,74,23). Sum of RGB (Red+Green+Blue) = 153+74+23=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #994A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A17 is #66B5E8. Grayscale: #5C5C5C. Windows color (decimal): -6731241 or 1526425. OLE color: 1526425.

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

Color convert

RGB1537423-
CMYK00.520.850.4
HSL23.54º73.86%34.51%-
HSV(B)23.54º84.97%60%-
XYZ15.7411.732.25-
YUV91.8189.17171.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.2%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=61.2%
G=29.6%
B=9.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153742300.520.850.423.5473.8634.51
Hex994A170345528184a23
Octal23111227064125503011243
Binary1001100110010101011101101001010101101000110001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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