#91391A

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

Shades of Burnt Umber #91391A

Tints of Burnt Umber #91391A

Color information

#91391A (or 0x91391A) is unknown color: approx Burnt Umber. HEX triplet: 91, 39 and 1A. RGB value is (145,57,26). Sum of RGB (Red+Green+Blue) = 145+57+26=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #91391A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91391A is #6EC6E5. Grayscale: #4F4F4F. Windows color (decimal): -7259878 or 1718673. OLE color: 1718673.

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

Color convert

RGB1455726-
CMYK00.610.820.43
HSL15.63º69.59%33.53%-
HSV(B)15.63º82.07%56.86%-
XYZ13.339.022.02-
YUV79.7897.65174.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.60%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 11.40%
R=63.60%
G=25%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145572600.610.820.4315.6369.5933.53
Hex91391A03D522B104622
Octal2217132075122532010642
Binary100100011110011101001111011010010101011100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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