#913215

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

Shades of Burnt Umber #913215

Tints of Burnt Umber #913215

Color information

#913215 (or 0x913215) is unknown color: approx Burnt Umber. HEX triplet: 91, 32 and 15. RGB value is (145,50,21). Sum of RGB (Red+Green+Blue) = 145+50+21=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #913215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913215 is #6ECDEA. Grayscale: #4B4B4B. Windows color (decimal): -7261675 or 1389201. OLE color: 1389201.

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

Color convert

RGB1455021-
CMYK00.660.860.43
HSL14.03º74.7%32.55%-
HSV(B)14.03º85.52%56.86%-
XYZ12.958.361.64-
YUV75.197.47177.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 67.13%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=67.13%
G=23.15%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145502100.660.860.4314.0374.732.55
Hex913215042562Be4b21
Octal22162250102126531611341
Binary100100011100101010101000010101011010101111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913215; }

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

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

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

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

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

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

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

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