Html Css Color HEX #994416 Saddle Brown

📋 copy color: '#994416'

red 153 ◦ green 68 ◦ blue 22

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

Shades of Saddle Brown #994416

Tints of Saddle Brown #994416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

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

R = 62.96%
G = 27.98%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#994416 (or 0x994416) is known color: Saddle Brown. HEX triplet: 99, 44 and 16. RGB value is (153,68,22). Sum of RGB (Red+Green+Blue) = 153+68+22=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994416 is #66BBE9. Grayscale: #585858. Windows color (decimal): -6732778 or 1459353. OLE color: 1459353.

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

Color convert

RGB 153 68 22 -
CMYK 0 0.56 0.86 0.4
HSL 21.07º 0.75% 0.34% -
HSV(B) 21.07º 0.86% 0.6% -
XYZ 15.35 10.96 2.07 -
YUV 88.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 153 68 22 0 0.56 0.86 0.4 21.07 0.75 0.34
Hex 99 44 16 0 38 56 28 15 4B 22
Octal 231 104 26 0 70 126 50 25 113 42
Binary 10011001 1000100 10110 0 111000 1010110 101000 10101 1001011 100010

Color Harmonies of #994416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994416

Black with #994416

Text Example


Text Example

White with #994416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994416; }

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

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

background-color css

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

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

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

border-color css

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

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

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