Html Css Color HEX #944A09 Saddle Brown

📋 copy color: '#944A09'

red 148 ◦ green 74 ◦ blue 9

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

Shades of Saddle Brown #944A09

Tints of Saddle Brown #944A09

RGB

 RED value IS 148 (58.2% from 255) = 64.07%

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

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

R = 64.07%
G = 32.03%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#944A09 (or 0x944A09) is known color: Saddle Brown. HEX triplet: 94, 4A and 09. RGB value is (148,74,9). Sum of RGB (Red+Green+Blue) = 148+74+9=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #944A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944A09 is #6BB5F6. Grayscale: #595959. Windows color (decimal): -7058935 or 608916. OLE color: 608916.

HSL color Cylindrical-coordinate representation of color #944A09: hue angle of 28.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #944A09 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 74 9 -
CMYK 0 0.50 0.94 0.42
HSL 28.06º 0.89% 0.31% -
HSV(B) 28.06º 0.94% 0.58% -
XYZ 14.71 11.21 1.65 -
YUV 88.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 148 74 9 0 0.50 0.94 0.42 28.06 0.89 0.31
Hex 94 4A 9 0 32 5E 2A 1C 59 1F
Octal 224 112 11 0 62 136 52 34 131 37
Binary 10010100 1001010 1001 0 110010 1011110 101010 11100 1011001 11111

Color Harmonies of #944A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944A09

Black with #944A09

Text Example


Text Example

White with #944A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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