Html Css Color HEX #994E16 Saddle Brown

📋 copy color: '#994E16'

red 153 ◦ green 78 ◦ blue 22

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

Shades of Saddle Brown #994E16

Tints of Saddle Brown #994E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.83%

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 60.47%
G = 30.83%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#994E16 (or 0x994E16) is known color: Saddle Brown. HEX triplet: 99, 4E and 16. RGB value is (153,78,22). Sum of RGB (Red+Green+Blue) = 153+78+22=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #994E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994E16 is #66B1E9. Grayscale: #5E5E5E. Windows color (decimal): -6730218 or 1461913. OLE color: 1461913.

HSL color Cylindrical-coordinate representation of color #994E16: hue angle of 25.65º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #994E16 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 22 -
CMYK 0 0.49 0.86 0.4
HSL 25.65º 0.75% 0.34% -
HSV(B) 25.65º 0.86% 0.6% -
XYZ 16.01 12.28 2.29 -
YUV 94.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 153 78 22 0 0.49 0.86 0.4 25.65 0.75 0.34
Hex 99 4E 16 0 31 56 28 1A 4B 22
Octal 231 116 26 0 61 126 50 32 113 42
Binary 10011001 1001110 10110 0 110001 1010110 101000 11010 1001011 100010

Color Harmonies of #994E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E16

Black with #994E16

Text Example


Text Example

White with #994E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994E16; }

 p { color: rgb(153,78,22); }

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

background-color css

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

 a { background-color: rgb(153,78,22); }

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

border-color css

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

 span { border-color: rgb(153,78,22); }

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