Html Css Color HEX #993611 Saddle Brown

📋 copy color: '#993611'

red 153 ◦ green 54 ◦ blue 17

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

Shades of Saddle Brown #993611

Tints of Saddle Brown #993611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 68.3%
G = 24.11%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993611 (or 0x993611) is known color: Saddle Brown. HEX triplet: 99, 36 and 11. RGB value is (153,54,17). Sum of RGB (Red+Green+Blue) = 153+54+17=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #993611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993611 is #66C9EE. Grayscale: #4F4F4F. Windows color (decimal): -6736367 or 1128089. OLE color: 1128089.

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

Color convert

RGB 153 54 17 -
CMYK 0 0.65 0.89 0.4
HSL 16.32º 0.8% 0.33% -
HSV(B) 16.32º 0.89% 0.6% -
XYZ 14.56 9.45 1.59 -
YUV 79.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 153 54 17 0 0.65 0.89 0.4 16.32 0.8 0.33
Hex 99 36 11 0 41 59 28 10 50 21
Octal 231 66 21 0 101 131 50 20 120 41
Binary 10011001 110110 10001 0 1000001 1011001 101000 10000 1010000 100001

Color Harmonies of #993611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993611

Black with #993611

Text Example


Text Example

White with #993611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993611; }

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

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

background-color css

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

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

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

border-color css

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

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

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