Html Css Color HEX #993A17 Saddle Brown

📋 copy color: '#993A17'

red 153 ◦ green 58 ◦ blue 23

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

Shades of Saddle Brown #993A17

Tints of Saddle Brown #993A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 65.38%
G = 24.79%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#993A17 (or 0x993A17) is known color: Saddle Brown. HEX triplet: 99, 3A and 17. RGB value is (153,58,23). Sum of RGB (Red+Green+Blue) = 153+58+23=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A17 is #66C5E8. Grayscale: #525252. Windows color (decimal): -6735337 or 1522329. OLE color: 1522329.

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

Color convert

RGB 153 58 23 -
CMYK 0 0.62 0.85 0.4
HSL 16.15º 0.74% 0.35% -
HSV(B) 16.15º 0.85% 0.6% -
XYZ 14.8 9.86 1.93 -
YUV 82.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 153 58 23 0 0.62 0.85 0.4 16.15 0.74 0.35
Hex 99 3A 17 0 3E 55 28 10 4A 23
Octal 231 72 27 0 76 125 50 20 112 43
Binary 10011001 111010 10111 0 111110 1010101 101000 10000 1001010 100011

Color Harmonies of #993A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A17

Black with #993A17

Text Example


Text Example

White with #993A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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