Html Css Color HEX #994616 Saddle Brown

📋 copy color: '#994616'

red 153 ◦ green 70 ◦ blue 22

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

Shades of Saddle Brown #994616

Tints of Saddle Brown #994616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 62.45%
G = 28.57%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#994616 (or 0x994616) is known color: Saddle Brown. HEX triplet: 99, 46 and 16. RGB value is (153,70,22). Sum of RGB (Red+Green+Blue) = 153+70+22=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #994616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994616 is #66B9E9. Grayscale: #595959. Windows color (decimal): -6732266 or 1459865. OLE color: 1459865.

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

Color convert

RGB 153 70 22 -
CMYK 0 0.54 0.86 0.4
HSL 21.98º 0.75% 0.34% -
HSV(B) 21.98º 0.86% 0.6% -
XYZ 15.47 11.21 2.11 -
YUV 89.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 153 70 22 0 0.54 0.86 0.4 21.98 0.75 0.34
Hex 99 46 16 0 36 56 28 16 4B 22
Octal 231 106 26 0 66 126 50 26 113 42
Binary 10011001 1000110 10110 0 110110 1010110 101000 10110 1001011 100010

Color Harmonies of #994616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994616

Black with #994616

Text Example


Text Example

White with #994616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994616; }

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

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

background-color css

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

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

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

border-color css

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

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

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