#893312

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

Shades of Burnt Umber #893312

Tints of Burnt Umber #893312

Color information

#893312 (or 0x893312) is unknown color: approx Burnt Umber. HEX triplet: 89, 33 and 12. RGB value is (137,51,18). Sum of RGB (Red+Green+Blue) = 137+51+18=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #893312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893312 is #76CCED. Grayscale: #494949. Windows color (decimal): -7785710 or 1192841. OLE color: 1192841.

HSL color Cylindrical-coordinate representation of color #893312: hue angle of 16.64º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #893312 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB1375118-
CMYK00.630.870.46
HSL16.64º76.77%30.39%-
HSV(B)16.64º86.86%53.73%-
XYZ11.617.731.45-
YUV72.9596.99173.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.50%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=66.50%
G=24.76%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137511800.630.870.4616.6476.7730.39
Hex89331203F572E114d1e
Octal2116322077127562111536
Binary10001001110011100100111111101011110111010001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893312; }

 p { color: rgb(137,51,18); }

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

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

 a { background-color: rgb(137,51,18); }

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

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

 span { border-color: rgb(137,51,18); }

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