Html Css Color HEX #913119 Burnt Umber

📋 copy color: '#913119'

red 145 ◦ green 49 ◦ blue 25

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

Shades of Burnt Umber #913119

Tints of Burnt Umber #913119

RGB

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

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

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

R = 66.21%
G = 22.37%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#913119 (or 0x913119) is known color: Burnt Umber. HEX triplet: 91, 31 and 19. RGB value is (145,49,25). Sum of RGB (Red+Green+Blue) = 145+49+25=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #913119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913119 is #6ECEE6. Grayscale: #4B4B4B. Windows color (decimal): -7261927 or 1651089. OLE color: 1651089.

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

Color convert

RGB 145 49 25 -
CMYK 0 0.66 0.83 0.43
HSL 12º 0.71% 0.33% -
HSV(B) 12º 0.83% 0.57% -
XYZ 12.95 8.29 1.84 -
YUV 74.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 145 49 25 0 0.66 0.83 0.43 12 0.71 0.33
Hex 91 31 19 0 42 53 2B C 47 21
Octal 221 61 31 0 102 123 53 14 107 41
Binary 10010001 110001 11001 0 1000010 1010011 101011 1100 1000111 100001

Color Harmonies of #913119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913119

Black with #913119

Text Example


Text Example

White with #913119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913119; }

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

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

background-color css

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

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

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

border-color css

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

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

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