#91311A

Color #91311A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #91311A

Tints of Burnt Umber #91311A

Color information

#91311A (or 0x91311A) is unknown color: approx Burnt Umber. HEX triplet: 91, 31 and 1A. RGB value is (145,49,26). Sum of RGB (Red+Green+Blue) = 145+49+26=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #91311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91311A is #6ECEE5. Grayscale: #4B4B4B. Windows color (decimal): -7261926 or 1716625. OLE color: 1716625.

HSL color Cylindrical-coordinate representation of color #91311A: hue angle of 11.6º 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 #91311A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1454926-
CMYK00.660.820.43
HSL11.6º69.59%33.53%-
HSV(B)11.6º82.07%56.86%-
XYZ12.968.291.89-
YUV75.08100.3177.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.91%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=65.91%
G=22.27%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145492600.660.820.4311.669.5933.53
Hex91311A042522Bc4622
Octal22161320102122531410642
Binary100100011100011101001000010101001010101111001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91311A;
 }
 .AnyTagClassName
 {
   color: #91311A;
 }
</style>
background-color css

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

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

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

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

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

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