#93310F

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

Shades of Burnt Umber #93310F

Tints of Burnt Umber #93310F

Color information

#93310F (or 0x93310F) is unknown color: approx Burnt Umber. HEX triplet: 93, 31 and 0F. RGB value is (147,49,15). Sum of RGB (Red+Green+Blue) = 147+49+15=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #93310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93310F is #6CCEF0. Grayscale: #4A4A4A. Windows color (decimal): -7130865 or 995731. OLE color: 995731.

HSL color Cylindrical-coordinate representation of color #93310F: hue angle of 15.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93310F is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1474915-
CMYK00.670.900.42
HSL15.45º81.48%31.76%-
HSV(B)15.45º89.8%57.65%-
XYZ13.228.431.38-
YUV74.4394.47179.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.67%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 15 (6.25% from 255) = 7.11%
R=69.67%
G=23.22%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147491500.670.900.4215.4581.4831.76
Hex9331F0435A2Af5120
Octal22361170103132521712140
Binary10010011110001111101000011101101010101011111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93310F; }

 p { color: rgb(147,49,15); }

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

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

 a { background-color: rgb(147,49,15); }

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

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

 span { border-color: rgb(147,49,15); }

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