Html Css Color HEX #994219 Saddle Brown

📋 copy color: '#994219'

red 153 ◦ green 66 ◦ blue 25

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

Shades of Saddle Brown #994219

Tints of Saddle Brown #994219

RGB

 RED value IS 153 (60.16% from 255) = 62.7%

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

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

R = 62.7%
G = 27.05%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994219 (or 0x994219) is known color: Saddle Brown. HEX triplet: 99, 42 and 19. RGB value is (153,66,25). Sum of RGB (Red+Green+Blue) = 153+66+25=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #994219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994219 is #66BDE6. Grayscale: #575757. Windows color (decimal): -6733287 or 1655449. OLE color: 1655449.

HSL color Cylindrical-coordinate representation of color #994219: hue angle of 19.22º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #994219 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 25 -
CMYK 0 0.57 0.84 0.4
HSL 19.22º 0.72% 0.35% -
HSV(B) 19.22º 0.84% 0.6% -
XYZ 15.26 10.74 2.19 -
YUV 87.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 153 66 25 0 0.57 0.84 0.4 19.22 0.72 0.35
Hex 99 42 19 0 39 54 28 13 48 23
Octal 231 102 31 0 71 124 50 23 110 43
Binary 10011001 1000010 11001 0 111001 1010100 101000 10011 1001000 100011

Color Harmonies of #994219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994219

Black with #994219

Text Example


Text Example

White with #994219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994219; }

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

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

background-color css

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

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

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

border-color css

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

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

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