Html Css Color HEX #993111 Burnt Umber

📋 copy color: '#993111'

red 153 ◦ green 49 ◦ blue 17

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

Shades of Burnt Umber #993111

Tints of Burnt Umber #993111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

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

R = 69.86%
G = 22.37%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#993111 (or 0x993111) is known color: Burnt Umber. HEX triplet: 99, 31 and 11. RGB value is (153,49,17). Sum of RGB (Red+Green+Blue) = 153+49+17=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #993111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993111 is #66CEEE. Grayscale: #4C4C4C. Windows color (decimal): -6737647 or 1126809. OLE color: 1126809.

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

Color convert

RGB 153 49 17 -
CMYK 0 0.68 0.89 0.4
HSL 14.12º 0.8% 0.33% -
HSV(B) 14.12º 0.89% 0.6% -
XYZ 14.34 9.01 1.51 -
YUV 76.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 153 49 17 0 0.68 0.89 0.4 14.12 0.8 0.33
Hex 99 31 11 0 44 59 28 E 50 21
Octal 231 61 21 0 104 131 50 16 120 41
Binary 10011001 110001 10001 0 1000100 1011001 101000 1110 1010000 100001

Color Harmonies of #993111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993111

Black with #993111

Text Example


Text Example

White with #993111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993111; }

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

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

background-color css

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

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

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

border-color css

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

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

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