Html Css Color HEX #994017 Saddle Brown

📋 copy color: '#994017'

red 153 ◦ green 64 ◦ blue 23

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

Shades of Saddle Brown #994017

Tints of Saddle Brown #994017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 63.75%
G = 26.67%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#994017 (or 0x994017) is known color: Saddle Brown. HEX triplet: 99, 40 and 17. RGB value is (153,64,23). Sum of RGB (Red+Green+Blue) = 153+64+23=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #994017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994017 is #66BFE8. Grayscale: #565656. Windows color (decimal): -6733801 or 1523865. OLE color: 1523865.

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

Color convert

RGB 153 64 23 -
CMYK 0 0.58 0.85 0.4
HSL 18.92º 0.74% 0.35% -
HSV(B) 18.92º 0.85% 0.6% -
XYZ 15.12 10.5 2.04 -
YUV 85.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 153 64 23 0 0.58 0.85 0.4 18.92 0.74 0.35
Hex 99 40 17 0 3A 55 28 13 4A 23
Octal 231 100 27 0 72 125 50 23 112 43
Binary 10011001 1000000 10111 0 111010 1010101 101000 10011 1001010 100011

Color Harmonies of #994017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994017

Black with #994017

Text Example


Text Example

White with #994017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994017; }

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

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

background-color css

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

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

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

border-color css

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

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

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