Html Css Color HEX #994119 Saddle Brown

📋 copy color: '#994119'

red 153 ◦ green 65 ◦ blue 25

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

Shades of Saddle Brown #994119

Tints of Saddle Brown #994119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 62.96%
G = 26.75%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994119 (or 0x994119) is known color: Saddle Brown. HEX triplet: 99, 41 and 19. RGB value is (153,65,25). Sum of RGB (Red+Green+Blue) = 153+65+25=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994119 is #66BEE6. Grayscale: #575757. Windows color (decimal): -6733543 or 1655193. OLE color: 1655193.

HSL color Cylindrical-coordinate representation of color #994119: hue angle of 18.75º 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 #994119 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 25 -
CMYK 0 0.58 0.84 0.4
HSL 18.75º 0.72% 0.35% -
HSV(B) 18.75º 0.84% 0.6% -
XYZ 15.2 10.62 2.17 -
YUV 86.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 153 65 25 0 0.58 0.84 0.4 18.75 0.72 0.35
Hex 99 41 19 0 3A 54 28 13 48 23
Octal 231 101 31 0 72 124 50 23 110 43
Binary 10011001 1000001 11001 0 111010 1010100 101000 10011 1001000 100011

Color Harmonies of #994119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994119

Black with #994119

Text Example


Text Example

White with #994119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994119; }

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

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

background-color css

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

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

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

border-color css

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

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

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