Html Css Color HEX #994118 Saddle Brown

📋 copy color: '#994118'

red 153 ◦ green 65 ◦ blue 24

#994118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #994118

Tints of Saddle Brown #994118

RGB

 RED value IS 153 (60.16% from 255) = 63.22%

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 63.22%
G = 26.86%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994118 (or 0x994118) is known color: Saddle Brown. HEX triplet: 99, 41 and 18. RGB value is (153,65,24). Sum of RGB (Red+Green+Blue) = 153+65+24=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #994118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994118 is #66BEE7. Grayscale: #565656. Windows color (decimal): -6733544 or 1589657. OLE color: 1589657.

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

Color convert

RGB 153 65 24 -
CMYK 0 0.58 0.84 0.4
HSL 19.07º 0.73% 0.35% -
HSV(B) 19.07º 0.84% 0.6% -
XYZ 15.19 10.62 2.11 -
YUV 86.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 153 65 24 0 0.58 0.84 0.4 19.07 0.73 0.35
Hex 99 41 18 0 3A 54 28 13 49 23
Octal 231 101 30 0 72 124 50 23 111 43
Binary 10011001 1000001 11000 0 111010 1010100 101000 10011 1001001 100011

Color Harmonies of #994118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994118

Black with #994118

Text Example


Text Example

White with #994118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994118; }

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

 H1.HeaderClassName
 {
   color: #994118;
 }
 .AnyTagClassName
 {
   color: #994118;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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