Html Css Color HEX #913121 Burnt Umber

📋 copy color: '#913121'

red 145 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #913121

Tints of Burnt Umber #913121

RGB

 RED value IS 145 (57.03% from 255) = 63.88%

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

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 63.88%
G = 21.59%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#913121 (or 0x913121) is known color: Burnt Umber. HEX triplet: 91, 31 and 21. RGB value is (145,49,33). Sum of RGB (Red+Green+Blue) = 145+49+33=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #913121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913121 is #6ECEDE. Grayscale: #4C4C4C. Windows color (decimal): -7261919 or 2175377. OLE color: 2175377.

HSL color Cylindrical-coordinate representation of color #913121: hue angle of 8.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #913121 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 33 -
CMYK 0 0.66 0.77 0.43
HSL 8.57º 0.63% 0.35% -
HSV(B) 8.57º 0.77% 0.57% -
XYZ 13.05 8.33 2.36 -
YUV 75.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 145 49 33 0 0.66 0.77 0.43 8.57 0.63 0.35
Hex 91 31 21 0 42 4D 2B 9 3F 23
Octal 221 61 41 0 102 115 53 11 77 43
Binary 10010001 110001 100001 0 1000010 1001101 101011 1001 111111 100011

Color Harmonies of #913121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913121

Black with #913121

Text Example


Text Example

White with #913121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913121; }

 p { color: rgb(145,49,33); }

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

background-color css

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

 a { background-color: rgb(145,49,33); }

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

border-color css

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

 span { border-color: rgb(145,49,33); }

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