#994A18

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

Shades of Saddle Brown #994A18

Tints of Saddle Brown #994A18

Color information

#994A18 (or 0x994A18) is unknown color: approx Saddle Brown. HEX triplet: 99, 4A and 18. RGB value is (153,74,24). Sum of RGB (Red+Green+Blue) = 153+74+24=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #994A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A18 is #66B5E7. Grayscale: #5C5C5C. Windows color (decimal): -6731240 or 1591961. OLE color: 1591961.

HSL color Cylindrical-coordinate representation of color #994A18: hue angle of 23.26º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #994A18 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1537424-
CMYK00.520.840.4
HSL23.26º72.88%34.71%-
HSV(B)23.26º84.31%60%-
XYZ15.7511.742.3-
YUV91.9289.67171.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=60.96%
G=29.48%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153742400.520.840.423.2672.8834.71
Hex994A180345428174923
Octal23111230064124502711143
Binary1001100110010101100001101001010100101000101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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