#913128

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

Shades of Burnt Umber #913128

Tints of Burnt Umber #913128

Color information

#913128 (or 0x913128) is unknown color: approx Burnt Umber. HEX triplet: 91, 31 and 28. RGB value is (145,49,40). Sum of RGB (Red+Green+Blue) = 145+49+40=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #913128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913128 is #6ECED7. Grayscale: #4C4C4C. Windows color (decimal): -7261912 or 2634129. OLE color: 2634129.

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

Color convert

RGB1454940-
CMYK00.660.720.43
HSL5.14º56.76%36.27%-
HSV(B)5.14º72.41%56.86%-
XYZ13.168.372.93-
YUV76.68107.3176.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.97%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=61.97%
G=20.94%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145494000.660.720.435.1456.7636.27
Hex913128042482B53924
Octal221615001021105357144
Binary10010001110001101000010000101001000101011101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913128; }

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

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

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

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

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

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

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

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