#922E15

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

Shades of Burnt Umber #922E15

Tints of Burnt Umber #922E15

Color information

#922E15 (or 0x922E15) is unknown color: approx Burnt Umber. HEX triplet: 92, 2E and 15. RGB value is (146,46,21). Sum of RGB (Red+Green+Blue) = 146+46+21=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #922E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922E15 is #6DD1EA. Grayscale: #494949. Windows color (decimal): -7197163 or 1388178. OLE color: 1388178.

HSL color Cylindrical-coordinate representation of color #922E15: hue angle of 12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #922E15 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1464621-
CMYK00.680.860.43
HSL12º74.85%32.75%-
HSV(B)12º85.62%57.25%-
XYZ12.978.121.59-
YUV73.0598.63180.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.54%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=68.54%
G=21.60%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146462100.680.860.431274.8532.75
Hex922E15044562Bc4b21
Octal22256250104126531411341
Binary100100101011101010101000100101011010101111001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922E15; }

 p { color: rgb(146,46,21); }

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

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

 a { background-color: rgb(146,46,21); }

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

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

 span { border-color: rgb(146,46,21); }

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