Html Css Color HEX #994209 Saddle Brown

📋 copy color: '#994209'

red 153 ◦ green 66 ◦ blue 9

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

Shades of Saddle Brown #994209

Tints of Saddle Brown #994209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

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

R = 67.11%
G = 28.95%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#994209 (or 0x994209) is known color: Saddle Brown. HEX triplet: 99, 42 and 09. RGB value is (153,66,9). Sum of RGB (Red+Green+Blue) = 153+66+9=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #994209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994209 is #66BDF6. Grayscale: #555555. Windows color (decimal): -6733303 or 606873. OLE color: 606873.

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

Color convert

RGB 153 66 9 -
CMYK 0 0.57 0.94 0.4
HSL 23.75º 0.89% 0.32% -
HSV(B) 23.75º 0.94% 0.6% -
XYZ 15.13 10.69 1.52 -
YUV 85.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 153 66 9 0 0.57 0.94 0.4 23.75 0.89 0.32
Hex 99 42 9 0 39 5E 28 18 59 20
Octal 231 102 11 0 71 136 50 30 131 40
Binary 10011001 1000010 1001 0 111001 1011110 101000 11000 1011001 100000

Color Harmonies of #994209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994209

Black with #994209

Text Example


Text Example

White with #994209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994209; }

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

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

background-color css

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

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

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

border-color css

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

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

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