Html Css Color HEX #994C17 Saddle Brown

📋 copy color: '#994C17'

red 153 ◦ green 76 ◦ blue 23

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

Shades of Saddle Brown #994C17

Tints of Saddle Brown #994C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 60.71%
G = 30.16%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#994C17 (or 0x994C17) is known color: Saddle Brown. HEX triplet: 99, 4C and 17. RGB value is (153,76,23). Sum of RGB (Red+Green+Blue) = 153+76+23=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #994C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C17 is #66B3E8. Grayscale: #5D5D5D. Windows color (decimal): -6730729 or 1526937. OLE color: 1526937.

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

Color convert

RGB 153 76 23 -
CMYK 0 0.50 0.85 0.4
HSL 24.46º 0.74% 0.35% -
HSV(B) 24.46º 0.85% 0.6% -
XYZ 15.88 12 2.29 -
YUV 92.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 153 76 23 0 0.50 0.85 0.4 24.46 0.74 0.35
Hex 99 4C 17 0 32 55 28 18 4A 23
Octal 231 114 27 0 62 125 50 30 112 43
Binary 10011001 1001100 10111 0 110010 1010101 101000 11000 1001010 100011

Color Harmonies of #994C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C17

Black with #994C17

Text Example


Text Example

White with #994C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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