Html Css Color HEX #993115 Burnt Umber

📋 copy color: '#993115'

red 153 ◦ green 49 ◦ blue 21

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

Shades of Burnt Umber #993115

Tints of Burnt Umber #993115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 68.61%
G = 21.97%
B = 9.42%

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

#993115 (or 0x993115) is known color: Burnt Umber. HEX triplet: 99, 31 and 15. RGB value is (153,49,21). Sum of RGB (Red+Green+Blue) = 153+49+21=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #993115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993115 is #66CEEA. Grayscale: #4D4D4D. Windows color (decimal): -6737643 or 1388953. OLE color: 1388953.

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

Color convert

RGB 153 49 21 -
CMYK 0 0.68 0.86 0.4
HSL 12.73º 0.76% 0.34% -
HSV(B) 12.73º 0.86% 0.6% -
XYZ 14.37 9.02 1.69 -
YUV 76.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 153 49 21 0 0.68 0.86 0.4 12.73 0.76 0.34
Hex 99 31 15 0 44 56 28 D 4C 22
Octal 231 61 25 0 104 126 50 15 114 42
Binary 10011001 110001 10101 0 1000100 1010110 101000 1101 1001100 100010

Color Harmonies of #993115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993115

Black with #993115

Text Example


Text Example

White with #993115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993115; }

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

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

background-color css

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

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

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

border-color css

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

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

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