#913321

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

Shades of Burnt Umber #913321

Tints of Burnt Umber #913321

Color information

#913321 (or 0x913321) is unknown color: approx Burnt Umber. HEX triplet: 91, 33 and 21. RGB value is (145,51,33). Sum of RGB (Red+Green+Blue) = 145+51+33=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #913321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913321 is #6ECCDE. Grayscale: #4D4D4D. Windows color (decimal): -7261407 or 2175889. OLE color: 2175889.

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

Color convert

RGB1455133-
CMYK00.650.770.43
HSL9.64º62.92%34.9%-
HSV(B)9.64º77.24%56.86%-
XYZ13.148.52.39-
YUV77.05103.14176.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.32%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=63.32%
G=22.27%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145513300.650.770.439.6462.9234.9
Hex9133210414D2Ba3f23
Octal2216341010111553127743
Binary100100011100111000010100000110011011010111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913321; }

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

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

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

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

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

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

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

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