#913122

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

Shades of Burnt Umber #913122

Tints of Burnt Umber #913122

Color information

#913122 (or 0x913122) is unknown color: approx Burnt Umber. HEX triplet: 91, 31 and 22. RGB value is (145,49,34). Sum of RGB (Red+Green+Blue) = 145+49+34=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #913122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913122 is #6ECEDD. Grayscale: #4C4C4C. Windows color (decimal): -7261918 or 2240913. OLE color: 2240913.

HSL color Cylindrical-coordinate representation of color #913122: hue angle of 8.11º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #913122 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1454934-
CMYK00.660.770.43
HSL8.11º62.01%35.1%-
HSV(B)8.11º76.55%56.86%-
XYZ13.068.332.43-
YUV75.99104.3177.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.60%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 34 (13.67% from 255) = 14.91%
R=63.60%
G=21.49%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145493400.660.770.438.1162.0135.1
Hex9131220424D2B83e23
Octal2216142010211553107643
Binary100100011100011000100100001010011011010111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913122; }

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

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

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

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

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

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

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

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