Html Css Color HEX #993711 Saddle Brown

📋 copy color: '#993711'

red 153 ◦ green 55 ◦ blue 17

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

Shades of Saddle Brown #993711

Tints of Saddle Brown #993711

RGB

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

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

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

R = 68%
G = 24.44%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993711 (or 0x993711) is known color: Saddle Brown. HEX triplet: 99, 37 and 11. RGB value is (153,55,17). Sum of RGB (Red+Green+Blue) = 153+55+17=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #993711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993711 is #66C8EE. Grayscale: #505050. Windows color (decimal): -6736111 or 1128345. OLE color: 1128345.

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

Color convert

RGB 153 55 17 -
CMYK 0 0.64 0.89 0.4
HSL 16.76º 0.8% 0.33% -
HSV(B) 16.76º 0.89% 0.6% -
XYZ 14.6 9.55 1.6 -
YUV 79.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 153 55 17 0 0.64 0.89 0.4 16.76 0.8 0.33
Hex 99 37 11 0 40 59 28 11 50 21
Octal 231 67 21 0 100 131 50 21 120 41
Binary 10011001 110111 10001 0 1000000 1011001 101000 10001 1010000 100001

Color Harmonies of #993711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993711

Black with #993711

Text Example


Text Example

White with #993711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993711; }

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

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

background-color css

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

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

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

border-color css

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

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

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