Html Css Color HEX #994A11 Saddle Brown

📋 copy color: '#994A11'

red 153 ◦ green 74 ◦ blue 17

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

Shades of Saddle Brown #994A11

Tints of Saddle Brown #994A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 62.7%
G = 30.33%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#994A11 (or 0x994A11) is known color: Saddle Brown. HEX triplet: 99, 4A and 11. RGB value is (153,74,17). Sum of RGB (Red+Green+Blue) = 153+74+17=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #994A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A11 is #66B5EE. Grayscale: #5B5B5B. Windows color (decimal): -6731247 or 1133209. OLE color: 1133209.

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

Color convert

RGB 153 74 17 -
CMYK 0 0.52 0.89 0.4
HSL 25.15º 0.8% 0.33% -
HSV(B) 25.15º 0.89% 0.6% -
XYZ 15.69 11.71 1.96 -
YUV 91.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 153 74 17 0 0.52 0.89 0.4 25.15 0.8 0.33
Hex 99 4A 11 0 34 59 28 19 50 21
Octal 231 112 21 0 64 131 50 31 120 41
Binary 10011001 1001010 10001 0 110100 1011001 101000 11001 1010000 100001

Color Harmonies of #994A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A11

Black with #994A11

Text Example


Text Example

White with #994A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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