Html Css Color HEX #993713 Saddle Brown

📋 copy color: '#993713'

red 153 ◦ green 55 ◦ blue 19

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

Shades of Saddle Brown #993713

Tints of Saddle Brown #993713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

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

R = 67.4%
G = 24.23%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993713 (or 0x993713) is known color: Saddle Brown. HEX triplet: 99, 37 and 13. RGB value is (153,55,19). Sum of RGB (Red+Green+Blue) = 153+55+19=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #993713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993713 is #66C8EC. Grayscale: #505050. Windows color (decimal): -6736109 or 1259417. OLE color: 1259417.

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

Color convert

RGB 153 55 19 -
CMYK 0 0.64 0.88 0.4
HSL 16.12º 0.78% 0.34% -
HSV(B) 16.12º 0.88% 0.6% -
XYZ 14.62 9.55 1.69 -
YUV 80.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 153 55 19 0 0.64 0.88 0.4 16.12 0.78 0.34
Hex 99 37 13 0 40 58 28 10 4E 22
Octal 231 67 23 0 100 130 50 20 116 42
Binary 10011001 110111 10011 0 1000000 1011000 101000 10000 1001110 100010

Color Harmonies of #993713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993713

Black with #993713

Text Example


Text Example

White with #993713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993713; }

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

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

background-color css

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

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

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

border-color css

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

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

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