#922E0E

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

Shades of Burnt Umber #922E0E

Tints of Burnt Umber #922E0E

Color information

#922E0E (or 0x922E0E) is unknown color: approx Burnt Umber. HEX triplet: 92, 2E and 0E. RGB value is (146,46,14). Sum of RGB (Red+Green+Blue) = 146+46+14=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #922E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922E0E is #6DD1F1. Grayscale: #484848. Windows color (decimal): -7197170 or 929426. OLE color: 929426.

HSL color Cylindrical-coordinate representation of color #922E0E: hue angle of 14.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #922E0E is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1464614-
CMYK00.680.900.43
HSL14.55º82.5%31.37%-
HSV(B)14.55º90.41%57.25%-
XYZ12.918.11.3-
YUV72.2595.13180.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.87%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=70.87%
G=22.33%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146461400.680.900.4314.5582.531.37
Hex922EE0445A2Bf521f
Octal22256160104132531712237
Binary1001001010111011100100010010110101010111111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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