Html Css Color HEX #993116 Burnt Umber

📋 copy color: '#993116'

red 153 ◦ green 49 ◦ blue 22

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

Shades of Burnt Umber #993116

Tints of Burnt Umber #993116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 68.3%
G = 21.88%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993116 (or 0x993116) is known color: Burnt Umber. HEX triplet: 99, 31 and 16. RGB value is (153,49,22). Sum of RGB (Red+Green+Blue) = 153+49+22=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #993116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993116 is #66CEE9. Grayscale: #4D4D4D. Windows color (decimal): -6737642 or 1454489. OLE color: 1454489.

HSL color Cylindrical-coordinate representation of color #993116: hue angle of 12.37º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #993116 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 22 -
CMYK 0 0.68 0.86 0.4
HSL 12.37º 0.75% 0.34% -
HSV(B) 12.37º 0.86% 0.6% -
XYZ 14.38 9.03 1.74 -
YUV 77.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 153 49 22 0 0.68 0.86 0.4 12.37 0.75 0.34
Hex 99 31 16 0 44 56 28 C 4B 22
Octal 231 61 26 0 104 126 50 14 113 42
Binary 10011001 110001 10110 0 1000100 1010110 101000 1100 1001011 100010

Color Harmonies of #993116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993116

Black with #993116

Text Example


Text Example

White with #993116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993116; }

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

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

background-color css

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

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

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

border-color css

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

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

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