Html Css Color HEX #994A09 Saddle Brown

📋 copy color: '#994A09'

red 153 ◦ green 74 ◦ blue 9

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

Shades of Saddle Brown #994A09

Tints of Saddle Brown #994A09

RGB

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

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

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

R = 64.83%
G = 31.36%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#994A09 (or 0x994A09) is known color: Saddle Brown. HEX triplet: 99, 4A and 09. RGB value is (153,74,9). Sum of RGB (Red+Green+Blue) = 153+74+9=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #994A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A09 is #66B5F6. Grayscale: #5A5A5A. Windows color (decimal): -6731255 or 608921. OLE color: 608921.

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

Color convert

RGB 153 74 9 -
CMYK 0 0.52 0.94 0.4
HSL 27.08º 0.89% 0.32% -
HSV(B) 27.08º 0.94% 0.6% -
XYZ 15.63 11.69 1.69 -
YUV 90.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 153 74 9 0 0.52 0.94 0.4 27.08 0.89 0.32
Hex 99 4A 9 0 34 5E 28 1B 59 20
Octal 231 112 11 0 64 136 50 33 131 40
Binary 10011001 1001010 1001 0 110100 1011110 101000 11011 1011001 100000

Color Harmonies of #994A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A09

Black with #994A09

Text Example


Text Example

White with #994A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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