#913319

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

Shades of Burnt Umber #913319

Tints of Burnt Umber #913319

Color information

#913319 (or 0x913319) is unknown color: approx Burnt Umber. HEX triplet: 91, 33 and 19. RGB value is (145,51,25). Sum of RGB (Red+Green+Blue) = 145+51+25=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #913319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913319 is #6ECCE6. Grayscale: #4C4C4C. Windows color (decimal): -7261415 or 1651601. OLE color: 1651601.

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

Color convert

RGB1455125-
CMYK00.650.830.43
HSL13º70.59%33.33%-
HSV(B)13º82.76%56.86%-
XYZ13.048.461.87-
YUV76.1499.14177.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.61%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 25 (10.16% from 255) = 11.31%
R=65.61%
G=23.08%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145512500.650.830.431370.5933.33
Hex913319041532Bd4721
Octal22163310101123531510741
Binary100100011100111100101000001101001110101111011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913319; }

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

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

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

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

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

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

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

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