Html Css Color HEX #91371D Burnt Umber

📋 copy color: '#91371D'

red 145 ◦ green 55 ◦ blue 29

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

Shades of Burnt Umber #91371D

Tints of Burnt Umber #91371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.02%

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 63.32%
G = 24.02%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91371D (or 0x91371D) is known color: Burnt Umber. HEX triplet: 91, 37 and 1D. RGB value is (145,55,29). Sum of RGB (Red+Green+Blue) = 145+55+29=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #91371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91371D is #6EC8E2. Grayscale: #4F4F4F. Windows color (decimal): -7260387 or 1914769. OLE color: 1914769.

HSL color Cylindrical-coordinate representation of color #91371D: hue angle of 13.45º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91371D is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 29 -
CMYK 0 0.62 0.8 0.43
HSL 13.45º 0.67% 0.34% -
HSV(B) 13.45º 0.8% 0.57% -
XYZ 13.27 8.84 2.17 -
YUV 78.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 145 55 29 0 0.62 0.8 0.43 13.45 0.67 0.34
Hex 91 37 1D 0 3E 50 2B D 43 22
Octal 221 67 35 0 76 120 53 15 103 42
Binary 10010001 110111 11101 0 111110 1010000 101011 1101 1000011 100010

Color Harmonies of #91371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91371D

Black with #91371D

Text Example


Text Example

White with #91371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91371D; }

 p { color: rgb(145,55,29); }

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

background-color css

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

 a { background-color: rgb(145,55,29); }

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

border-color css

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

 span { border-color: rgb(145,55,29); }

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