#913025

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

Shades of Burnt Umber #913025

Tints of Burnt Umber #913025

Color information

#913025 (or 0x913025) is unknown color: approx Burnt Umber. HEX triplet: 91, 30 and 25. RGB value is (145,48,37). Sum of RGB (Red+Green+Blue) = 145+48+37=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #913025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913025 is #6ECFDA. Grayscale: #4B4B4B. Windows color (decimal): -7262171 or 2437265. OLE color: 2437265.

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

Color convert

RGB1454837-
CMYK00.670.740.43
HSL6.11º59.34%35.69%-
HSV(B)6.11º74.48%56.86%-
XYZ13.078.272.66-
YUV75.75106.14177.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.04%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=63.04%
G=20.87%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145483700.670.740.436.1159.3435.69
Hex9130250434A2B63b24
Octal221604501031125367344
Binary10010001110000100101010000111001010101011110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913025; }

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

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

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

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

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

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

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

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