Html Css Color HEX #91371A Burnt Umber

📋 copy color: '#91371A'

red 145 ◦ green 55 ◦ blue 26

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

Shades of Burnt Umber #91371A

Tints of Burnt Umber #91371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 64.16%
G = 24.34%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#91371A (or 0x91371A) is known color: Burnt Umber. HEX triplet: 91, 37 and 1A. RGB value is (145,55,26). Sum of RGB (Red+Green+Blue) = 145+55+26=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #91371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91371A is #6EC8E5. Grayscale: #4E4E4E. Windows color (decimal): -7260390 or 1718161. OLE color: 1718161.

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

Color convert

RGB 145 55 26 -
CMYK 0 0.62 0.82 0.43
HSL 14.62º 0.7% 0.34% -
HSV(B) 14.62º 0.82% 0.57% -
XYZ 13.23 8.83 1.98 -
YUV 78.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 145 55 26 0 0.62 0.82 0.43 14.62 0.7 0.34
Hex 91 37 1A 0 3E 52 2B F 46 22
Octal 221 67 32 0 76 122 53 17 106 42
Binary 10010001 110111 11010 0 111110 1010010 101011 1111 1000110 100010

Color Harmonies of #91371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91371A

Black with #91371A

Text Example


Text Example

White with #91371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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