Html Css Color HEX #944A19 Saddle Brown

📋 copy color: '#944A19'

red 148 ◦ green 74 ◦ blue 25

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

Shades of Saddle Brown #944A19

Tints of Saddle Brown #944A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 59.92%
G = 29.96%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#944A19 (or 0x944A19) is known color: Saddle Brown. HEX triplet: 94, 4A and 19. RGB value is (148,74,25). Sum of RGB (Red+Green+Blue) = 148+74+25=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #944A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944A19 is #6BB5E6. Grayscale: #5A5A5A. Windows color (decimal): -7058919 or 1657492. OLE color: 1657492.

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

Color convert

RGB 148 74 25 -
CMYK 0 0.50 0.83 0.42
HSL 23.9º 0.71% 0.34% -
HSV(B) 23.9º 0.83% 0.58% -
XYZ 14.84 11.26 2.31 -
YUV 90.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 148 74 25 0 0.50 0.83 0.42 23.9 0.71 0.34
Hex 94 4A 19 0 32 53 2A 18 47 22
Octal 224 112 31 0 62 123 52 30 107 42
Binary 10010100 1001010 11001 0 110010 1010011 101010 11000 1000111 100010

Color Harmonies of #944A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944A19

Black with #944A19

Text Example


Text Example

White with #944A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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