Html Css Color HEX #944819 Saddle Brown

📋 copy color: '#944819'

red 148 ◦ green 72 ◦ blue 25

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

Shades of Saddle Brown #944819

Tints of Saddle Brown #944819

RGB

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

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

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

R = 60.41%
G = 29.39%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#944819 (or 0x944819) is known color: Saddle Brown. HEX triplet: 94, 48 and 19. RGB value is (148,72,25). Sum of RGB (Red+Green+Blue) = 148+72+25=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #944819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944819 is #6BB7E6. Grayscale: #595959. Windows color (decimal): -7059431 or 1656980. OLE color: 1656980.

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

Color convert

RGB 148 72 25 -
CMYK 0 0.51 0.83 0.42
HSL 22.93º 0.71% 0.34% -
HSV(B) 22.93º 0.83% 0.58% -
XYZ 14.71 11 2.27 -
YUV 89.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 148 72 25 0 0.51 0.83 0.42 22.93 0.71 0.34
Hex 94 48 19 0 33 53 2A 17 47 22
Octal 224 110 31 0 63 123 52 27 107 42
Binary 10010100 1001000 11001 0 110011 1010011 101010 10111 1000111 100010

Color Harmonies of #944819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944819

Black with #944819

Text Example


Text Example

White with #944819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944819; }

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

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

background-color css

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

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

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

border-color css

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

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

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