Html Css Color HEX #994614 Saddle Brown

📋 copy color: '#994614'

red 153 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #994614

Tints of Saddle Brown #994614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 62.96%
G = 28.81%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#994614 (or 0x994614) is known color: Saddle Brown. HEX triplet: 99, 46 and 14. RGB value is (153,70,20). Sum of RGB (Red+Green+Blue) = 153+70+20=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994614 is #66B9EB. Grayscale: #595959. Windows color (decimal): -6732268 or 1328793. OLE color: 1328793.

HSL color Cylindrical-coordinate representation of color #994614: hue angle of 22.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #994614 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 20 -
CMYK 0 0.54 0.87 0.4
HSL 22.56º 0.77% 0.34% -
HSV(B) 22.56º 0.87% 0.6% -
XYZ 15.45 11.2 2.01 -
YUV 89.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 153 70 20 0 0.54 0.87 0.4 22.56 0.77 0.34
Hex 99 46 14 0 36 57 28 17 4D 22
Octal 231 106 24 0 66 127 50 27 115 42
Binary 10011001 1000110 10100 0 110110 1010111 101000 10111 1001101 100010

Color Harmonies of #994614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994614

Black with #994614

Text Example


Text Example

White with #994614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994614; }

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

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

background-color css

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

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

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

border-color css

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

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

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