Html Css Color HEX #944219 Saddle Brown

📋 copy color: '#944219'

red 148 ◦ green 66 ◦ blue 25

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

Shades of Saddle Brown #944219

Tints of Saddle Brown #944219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 61.92%
G = 27.62%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#944219 (or 0x944219) is known color: Saddle Brown. HEX triplet: 94, 42 and 19. RGB value is (148,66,25). Sum of RGB (Red+Green+Blue) = 148+66+25=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #944219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944219 is #6BBDE6. Grayscale: #565656. Windows color (decimal): -7060967 or 1655444. OLE color: 1655444.

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

Color convert

RGB 148 66 25 -
CMYK 0 0.55 0.83 0.42
HSL 20º 0.71% 0.34% -
HSV(B) 20º 0.83% 0.58% -
XYZ 14.34 10.26 2.14 -
YUV 85.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 148 66 25 0 0.55 0.83 0.42 20 0.71 0.34
Hex 94 42 19 0 37 53 2A 14 47 22
Octal 224 102 31 0 67 123 52 24 107 42
Binary 10010100 1000010 11001 0 110111 1010011 101010 10100 1000111 100010

Color Harmonies of #944219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944219

Black with #944219

Text Example


Text Example

White with #944219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944219; }

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

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

background-color css

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

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

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

border-color css

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

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

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