Html Css Color HEX #993119 Burnt Umber

📋 copy color: '#993119'

red 153 ◦ green 49 ◦ blue 25

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

Shades of Burnt Umber #993119

Tints of Burnt Umber #993119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 67.4%
G = 21.59%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#993119 (or 0x993119) is known color: Burnt Umber. HEX triplet: 99, 31 and 19. RGB value is (153,49,25). Sum of RGB (Red+Green+Blue) = 153+49+25=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #993119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993119 is #66CEE6. Grayscale: #4D4D4D. Windows color (decimal): -6737639 or 1651097. OLE color: 1651097.

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

Color convert

RGB 153 49 25 -
CMYK 0 0.68 0.84 0.4
HSL 11.25º 0.72% 0.35% -
HSV(B) 11.25º 0.84% 0.6% -
XYZ 14.41 9.04 1.9 -
YUV 77.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 153 49 25 0 0.68 0.84 0.4 11.25 0.72 0.35
Hex 99 31 19 0 44 54 28 B 48 23
Octal 231 61 31 0 104 124 50 13 110 43
Binary 10011001 110001 11001 0 1000100 1010100 101000 1011 1001000 100011

Color Harmonies of #993119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993119

Black with #993119

Text Example


Text Example

White with #993119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993119; }

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

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

background-color css

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

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

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

border-color css

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

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

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