Html Css Color HEX #993D11 Saddle Brown

📋 copy color: '#993D11'

red 153 ◦ green 61 ◦ blue 17

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

Shades of Saddle Brown #993D11

Tints of Saddle Brown #993D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 66.23%
G = 26.41%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993D11 (or 0x993D11) is known color: Saddle Brown. HEX triplet: 99, 3D and 11. RGB value is (153,61,17). Sum of RGB (Red+Green+Blue) = 153+61+17=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #993D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D11 is #66C2EE. Grayscale: #535353. Windows color (decimal): -6734575 or 1129881. OLE color: 1129881.

HSL color Cylindrical-coordinate representation of color #993D11: hue angle of 19.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #993D11 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 17 -
CMYK 0 0.60 0.89 0.4
HSL 19.41º 0.8% 0.33% -
HSV(B) 19.41º 0.89% 0.6% -
XYZ 14.91 10.15 1.7 -
YUV 83.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 153 61 17 0 0.60 0.89 0.4 19.41 0.8 0.33
Hex 99 3D 11 0 3C 59 28 13 50 21
Octal 231 75 21 0 74 131 50 23 120 41
Binary 10011001 111101 10001 0 111100 1011001 101000 10011 1010000 100001

Color Harmonies of #993D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D11

Black with #993D11

Text Example


Text Example

White with #993D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,61,17); }

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

background-color css

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

 a { background-color: rgb(153,61,17); }

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

border-color css

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

 span { border-color: rgb(153,61,17); }

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