Html Css Color HEX #944809 Saddle Brown

📋 copy color: '#944809'

red 148 ◦ green 72 ◦ blue 9

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

Shades of Saddle Brown #944809

Tints of Saddle Brown #944809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.44%

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

R = 64.63%
G = 31.44%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#944809 (or 0x944809) is known color: Saddle Brown. HEX triplet: 94, 48 and 09. RGB value is (148,72,9). Sum of RGB (Red+Green+Blue) = 148+72+9=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #944809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944809 is #6BB7F6. Grayscale: #575757. Windows color (decimal): -7059447 or 608404. OLE color: 608404.

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

Color convert

RGB 148 72 9 -
CMYK 0 0.51 0.94 0.42
HSL 27.19º 0.89% 0.31% -
HSV(B) 27.19º 0.94% 0.58% -
XYZ 14.58 10.95 1.6 -
YUV 87.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 148 72 9 0 0.51 0.94 0.42 27.19 0.89 0.31
Hex 94 48 9 0 33 5E 2A 1B 59 1F
Octal 224 110 11 0 63 136 52 33 131 37
Binary 10010100 1001000 1001 0 110011 1011110 101010 11011 1011001 11111

Color Harmonies of #944809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944809

Black with #944809

Text Example


Text Example

White with #944809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944809; }

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

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

background-color css

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

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

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

border-color css

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

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

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