Html Css Color HEX #993B13 Saddle Brown

📋 copy color: '#993B13'

red 153 ◦ green 59 ◦ blue 19

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

Shades of Saddle Brown #993B13

Tints of Saddle Brown #993B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.54%

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 66.23%
G = 25.54%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993B13 (or 0x993B13) is known color: Saddle Brown. HEX triplet: 99, 3B and 13. RGB value is (153,59,19). Sum of RGB (Red+Green+Blue) = 153+59+19=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #993B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B13 is #66C4EC. Grayscale: #525252. Windows color (decimal): -6735085 or 1260441. OLE color: 1260441.

HSL color Cylindrical-coordinate representation of color #993B13: hue angle of 17.91º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993B13 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 59 19 -
CMYK 0 0.61 0.88 0.4
HSL 17.91º 0.78% 0.34% -
HSV(B) 17.91º 0.88% 0.6% -
XYZ 14.82 9.95 1.76 -
YUV 82.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 153 59 19 0 0.61 0.88 0.4 17.91 0.78 0.34
Hex 99 3B 13 0 3D 58 28 12 4E 22
Octal 231 73 23 0 75 130 50 22 116 42
Binary 10011001 111011 10011 0 111101 1011000 101000 10010 1001110 100010

Color Harmonies of #993B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B13

Black with #993B13

Text Example


Text Example

White with #993B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,59,19); }

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

background-color css

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

 a { background-color: rgb(153,59,19); }

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

border-color css

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

 span { border-color: rgb(153,59,19); }

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