#994818

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

Shades of Saddle Brown #994818

Tints of Saddle Brown #994818

Color information

#994818 (or 0x994818) is unknown color: approx Saddle Brown. HEX triplet: 99, 48 and 18. RGB value is (153,72,24). Sum of RGB (Red+Green+Blue) = 153+72+24=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #994818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994818 is #66B7E7. Grayscale: #5B5B5B. Windows color (decimal): -6731752 or 1591449. OLE color: 1591449.

HSL color Cylindrical-coordinate representation of color #994818: hue angle of 22.33º 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 #994818 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1537224-
CMYK00.530.840.4
HSL22.33º72.88%34.71%-
HSV(B)22.33º84.31%60%-
XYZ15.6211.472.26-
YUV90.7590.34172.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=61.45%
G=28.92%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153722400.530.840.422.3372.8834.71
Hex9948180355428164923
Octal23111030065124502611143
Binary1001100110010001100001101011010100101000101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994818; }

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

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

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

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

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

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

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

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