Html Css Color HEX #993F11 Saddle Brown

📋 copy color: '#993F11'

red 153 ◦ green 63 ◦ blue 17

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

Shades of Saddle Brown #993F11

Tints of Saddle Brown #993F11

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

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

R = 65.67%
G = 27.04%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993F11 (or 0x993F11) is known color: Saddle Brown. HEX triplet: 99, 3F and 11. RGB value is (153,63,17). Sum of RGB (Red+Green+Blue) = 153+63+17=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #993F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F11 is #66C0EE. Grayscale: #545454. Windows color (decimal): -6734063 or 1130393. OLE color: 1130393.

HSL color Cylindrical-coordinate representation of color #993F11: hue angle of 20.29º 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 #993F11 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 17 -
CMYK 0 0.59 0.89 0.4
HSL 20.29º 0.8% 0.33% -
HSV(B) 20.29º 0.89% 0.6% -
XYZ 15.02 10.37 1.74 -
YUV 84.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 153 63 17 0 0.59 0.89 0.4 20.29 0.8 0.33
Hex 99 3F 11 0 3B 59 28 14 50 21
Octal 231 77 21 0 73 131 50 24 120 41
Binary 10011001 111111 10001 0 111011 1011001 101000 10100 1010000 100001

Color Harmonies of #993F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F11

Black with #993F11

Text Example


Text Example

White with #993F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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