Html Css Color HEX #91371C Burnt Umber

📋 copy color: '#91371C'

red 145 ◦ green 55 ◦ blue 28

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

Shades of Burnt Umber #91371C

Tints of Burnt Umber #91371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 63.6%
G = 24.12%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91371C (or 0x91371C) is known color: Burnt Umber. HEX triplet: 91, 37 and 1C. RGB value is (145,55,28). Sum of RGB (Red+Green+Blue) = 145+55+28=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #91371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91371C is #6EC8E3. Grayscale: #4F4F4F. Windows color (decimal): -7260388 or 1849233. OLE color: 1849233.

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

Color convert

RGB 145 55 28 -
CMYK 0 0.62 0.81 0.43
HSL 13.85º 0.68% 0.34% -
HSV(B) 13.85º 0.81% 0.57% -
XYZ 13.25 8.84 2.11 -
YUV 78.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 145 55 28 0 0.62 0.81 0.43 13.85 0.68 0.34
Hex 91 37 1C 0 3E 51 2B E 44 22
Octal 221 67 34 0 76 121 53 16 104 42
Binary 10010001 110111 11100 0 111110 1010001 101011 1110 1000100 100010

Color Harmonies of #91371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91371C

Black with #91371C

Text Example


Text Example

White with #91371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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