Html Css Color HEX #994717 Saddle Brown

📋 copy color: '#994717'

red 153 ◦ green 71 ◦ blue 23

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

Shades of Saddle Brown #994717

Tints of Saddle Brown #994717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 61.94%
G = 28.74%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#994717 (or 0x994717) is known color: Saddle Brown. HEX triplet: 99, 47 and 17. RGB value is (153,71,23). Sum of RGB (Red+Green+Blue) = 153+71+23=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #994717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994717 is #66B8E8. Grayscale: #5A5A5A. Windows color (decimal): -6732009 or 1525657. OLE color: 1525657.

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

Color convert

RGB 153 71 23 -
CMYK 0 0.54 0.85 0.4
HSL 22.15º 0.74% 0.35% -
HSV(B) 22.15º 0.85% 0.6% -
XYZ 15.54 11.34 2.18 -
YUV 90.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 153 71 23 0 0.54 0.85 0.4 22.15 0.74 0.35
Hex 99 47 17 0 36 55 28 16 4A 23
Octal 231 107 27 0 66 125 50 26 112 43
Binary 10011001 1000111 10111 0 110110 1010101 101000 10110 1001010 100011

Color Harmonies of #994717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994717

Black with #994717

Text Example


Text Example

White with #994717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994717; }

 p { color: rgb(153,71,23); }

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

background-color css

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

 a { background-color: rgb(153,71,23); }

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

border-color css

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

 span { border-color: rgb(153,71,23); }

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