Html Css Color HEX #994911 Saddle Brown

📋 copy color: '#994911'

red 153 ◦ green 73 ◦ blue 17

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

Shades of Saddle Brown #994911

Tints of Saddle Brown #994911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 62.96%
G = 30.04%
B = 7%

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

#994911 (or 0x994911) is known color: Saddle Brown. HEX triplet: 99, 49 and 11. RGB value is (153,73,17). Sum of RGB (Red+Green+Blue) = 153+73+17=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994911 is #66B6EE. Grayscale: #5A5A5A. Windows color (decimal): -6731503 or 1132953. OLE color: 1132953.

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

Color convert

RGB 153 73 17 -
CMYK 0 0.52 0.89 0.4
HSL 24.71º 0.8% 0.33% -
HSV(B) 24.71º 0.89% 0.6% -
XYZ 15.62 11.58 1.94 -
YUV 90.54 86.5 172.55 -
System Red Green Blue C M Y K H S L
Decimal 153 73 17 0 0.52 0.89 0.4 24.71 0.8 0.33
Hex 99 49 11 0 34 59 28 19 50 21
Octal 231 111 21 0 64 131 50 31 120 41
Binary 10011001 1001001 10001 0 110100 1011001 101000 11001 1010000 100001

Color Harmonies of #994911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994911

Black with #994911

Text Example


Text Example

White with #994911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994911; }

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

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

background-color css

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

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

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

border-color css

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

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

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