Html Css Color HEX #994409 Saddle Brown

📋 copy color: '#994409'

red 153 ◦ green 68 ◦ blue 9

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

Shades of Saddle Brown #994409

Tints of Saddle Brown #994409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

 BLUE value IS 9 (3.91% from 255) = 3.91%

R = 66.52%
G = 29.57%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#994409 (or 0x994409) is known color: Saddle Brown. HEX triplet: 99, 44 and 09. RGB value is (153,68,9). Sum of RGB (Red+Green+Blue) = 153+68+9=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #994409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994409 is #66BBF6. Grayscale: #575757. Windows color (decimal): -6732791 or 607385. OLE color: 607385.

HSL color Cylindrical-coordinate representation of color #994409: hue angle of 24.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #994409 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 9 -
CMYK 0 0.56 0.94 0.4
HSL 24.58º 0.89% 0.32% -
HSV(B) 24.58º 0.94% 0.6% -
XYZ 15.25 10.93 1.56 -
YUV 86.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 153 68 9 0 0.56 0.94 0.4 24.58 0.89 0.32
Hex 99 44 9 0 38 5E 28 19 59 20
Octal 231 104 11 0 70 136 50 31 131 40
Binary 10011001 1000100 1001 0 111000 1011110 101000 11001 1011001 100000

Color Harmonies of #994409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994409

Black with #994409

Text Example


Text Example

White with #994409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994409; }

 p { color: rgb(153,68,9); }

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

background-color css

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

 a { background-color: rgb(153,68,9); }

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

border-color css

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

 span { border-color: rgb(153,68,9); }

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