#922D0E

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

Shades of Burnt Umber #922D0E

Tints of Burnt Umber #922D0E

Color information

#922D0E (or 0x922D0E) is unknown color: approx Burnt Umber. HEX triplet: 92, 2D and 0E. RGB value is (146,45,14). Sum of RGB (Red+Green+Blue) = 146+45+14=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #922D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922D0E is #6DD2F1. Grayscale: #474747. Windows color (decimal): -7197426 or 929170. OLE color: 929170.

HSL color Cylindrical-coordinate representation of color #922D0E: hue angle of 14.09º 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 #922D0E is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1464514-
CMYK00.690.900.43
HSL14.09º82.5%31.37%-
HSV(B)14.09º90.41%57.25%-
XYZ12.878.021.28-
YUV71.6695.46181.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.22%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=71.22%
G=21.95%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146451400.690.900.4314.0982.531.37
Hex922DE0455A2Be521f
Octal22255160105132531612237
Binary1001001010110111100100010110110101010111110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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