Html Css Color HEX #944409 Saddle Brown

📋 copy color: '#944409'

red 148 ◦ green 68 ◦ blue 9

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

Shades of Saddle Brown #944409

Tints of Saddle Brown #944409

RGB

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

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

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

R = 65.78%
G = 30.22%
B = 4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#944409 (or 0x944409) is known color: Saddle Brown. HEX triplet: 94, 44 and 09. RGB value is (148,68,9). Sum of RGB (Red+Green+Blue) = 148+68+9=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #944409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944409 is #6BBBF6. Grayscale: #555555. Windows color (decimal): -7060471 or 607380. OLE color: 607380.

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

Color convert

RGB 148 68 9 -
CMYK 0 0.54 0.94 0.42
HSL 25.47º 0.89% 0.31% -
HSV(B) 25.47º 0.94% 0.58% -
XYZ 14.33 10.45 1.52 -
YUV 85.19 85 172.8 -
System Red Green Blue C M Y K H S L
Decimal 148 68 9 0 0.54 0.94 0.42 25.47 0.89 0.31
Hex 94 44 9 0 36 5E 2A 19 59 1F
Octal 224 104 11 0 66 136 52 31 131 37
Binary 10010100 1000100 1001 0 110110 1011110 101010 11001 1011001 11111

Color Harmonies of #944409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944409

Black with #944409

Text Example


Text Example

White with #944409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944409; }

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

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

background-color css

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

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

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

border-color css

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

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

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