#913221

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

Shades of Burnt Umber #913221

Tints of Burnt Umber #913221

Color information

#913221 (or 0x913221) is unknown color: approx Burnt Umber. HEX triplet: 91, 32 and 21. RGB value is (145,50,33). Sum of RGB (Red+Green+Blue) = 145+50+33=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #913221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913221 is #6ECDDE. Grayscale: #4C4C4C. Windows color (decimal): -7261663 or 2175633. OLE color: 2175633.

HSL color Cylindrical-coordinate representation of color #913221: hue angle of 9.11º degrees, saturation: 0.63, 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 #913221 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1455033-
CMYK00.660.770.43
HSL9.11º62.92%34.9%-
HSV(B)9.11º77.24%56.86%-
XYZ13.098.412.37-
YUV76.47103.47176.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.60%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 33 (13.28% from 255) = 14.47%
R=63.60%
G=21.93%
B=14.47%

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
Decimal145503300.660.770.439.1162.9234.9
Hex9132210424D2B93f23
Octal2216241010211553117743
Binary100100011100101000010100001010011011010111001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913221; }

 p { color: rgb(145,50,33); }

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

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

 a { background-color: rgb(145,50,33); }

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

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

 span { border-color: rgb(145,50,33); }

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