Html Css Color HEX #913113 Burnt Umber

📋 copy color: '#913113'

red 145 ◦ green 49 ◦ blue 19

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

Shades of Burnt Umber #913113

Tints of Burnt Umber #913113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 68.08%
G = 23%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#913113 (or 0x913113) is known color: Burnt Umber. HEX triplet: 91, 31 and 13. RGB value is (145,49,19). Sum of RGB (Red+Green+Blue) = 145+49+19=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #913113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913113 is #6ECEEC. Grayscale: #4A4A4A. Windows color (decimal): -7261933 or 1257873. OLE color: 1257873.

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

Color convert

RGB 145 49 19 -
CMYK 0 0.66 0.87 0.43
HSL 14.29º 0.77% 0.32% -
HSV(B) 14.29º 0.87% 0.57% -
XYZ 12.89 8.26 1.53 -
YUV 74.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 145 49 19 0 0.66 0.87 0.43 14.29 0.77 0.32
Hex 91 31 13 0 42 57 2B E 4D 20
Octal 221 61 23 0 102 127 53 16 115 40
Binary 10010001 110001 10011 0 1000010 1010111 101011 1110 1001101 100000

Color Harmonies of #913113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913113

Black with #913113

Text Example


Text Example

White with #913113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913113; }

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

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

background-color css

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

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

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

border-color css

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

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

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