#91381E

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

Shades of Burnt Umber #91381E

Tints of Burnt Umber #91381E

Color information

#91381E (or 0x91381E) is unknown color: approx Burnt Umber. HEX triplet: 91, 38 and 1E. RGB value is (145,56,30). Sum of RGB (Red+Green+Blue) = 145+56+30=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #91381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91381E is #6EC7E1. Grayscale: #4F4F4F. Windows color (decimal): -7260130 or 1980561. OLE color: 1980561.

HSL color Cylindrical-coordinate representation of color #91381E: hue angle of 13.57º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91381E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1455630-
CMYK00.610.790.43
HSL13.57º65.71%34.31%-
HSV(B)13.57º79.31%56.86%-
XYZ13.338.942.25-
YUV79.6599.99174.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=62.77%
G=24.24%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145563000.610.790.4313.5765.7134.31
Hex91381E03D4F2Be4222
Octal2217036075117531610242
Binary10010001111000111100111101100111110101111101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91381E; }

 p { color: rgb(145,56,30); }

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

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

 a { background-color: rgb(145,56,30); }

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

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

 span { border-color: rgb(145,56,30); }

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