Html Css Color HEX #993911 Saddle Brown

📋 copy color: '#993911'

red 153 ◦ green 57 ◦ blue 17

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

Shades of Saddle Brown #993911

Tints of Saddle Brown #993911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

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

R = 67.4%
G = 25.11%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993911 (or 0x993911) is known color: Saddle Brown. HEX triplet: 99, 39 and 11. RGB value is (153,57,17). Sum of RGB (Red+Green+Blue) = 153+57+17=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #993911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993911 is #66C6EE. Grayscale: #515151. Windows color (decimal): -6735599 or 1128857. OLE color: 1128857.

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

Color convert

RGB 153 57 17 -
CMYK 0 0.63 0.89 0.4
HSL 17.65º 0.8% 0.33% -
HSV(B) 17.65º 0.89% 0.6% -
XYZ 14.7 9.74 1.64 -
YUV 81.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 153 57 17 0 0.63 0.89 0.4 17.65 0.8 0.33
Hex 99 39 11 0 3F 59 28 12 50 21
Octal 231 71 21 0 77 131 50 22 120 41
Binary 10011001 111001 10001 0 111111 1011001 101000 10010 1010000 100001

Color Harmonies of #993911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993911

Black with #993911

Text Example


Text Example

White with #993911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993911; }

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

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

background-color css

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

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

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

border-color css

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

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

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