#913125

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

Shades of Burnt Umber #913125

Tints of Burnt Umber #913125

Color information

#913125 (or 0x913125) is unknown color: approx Burnt Umber. HEX triplet: 91, 31 and 25. RGB value is (145,49,37). Sum of RGB (Red+Green+Blue) = 145+49+37=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #913125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913125 is #6ECEDA. Grayscale: #4C4C4C. Windows color (decimal): -7261915 or 2437521. OLE color: 2437521.

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

Color convert

RGB1454937-
CMYK00.660.740.43
HSL6.67º59.34%35.69%-
HSV(B)6.67º74.48%56.86%-
XYZ13.118.352.67-
YUV76.34105.8176.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=62.77%
G=21.21%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145493700.660.740.436.6759.3435.69
Hex9131250424A2B73b24
Octal221614501021125377344
Binary10010001110001100101010000101001010101011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913125; }

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

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

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

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

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

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

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

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