#922F0D

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

Shades of Burnt Umber #922F0D

Tints of Burnt Umber #922F0D

Color information

#922F0D (or 0x922F0D) is unknown color: approx Burnt Umber. HEX triplet: 92, 2F and 0D. RGB value is (146,47,13). Sum of RGB (Red+Green+Blue) = 146+47+13=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #922F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922F0D is #6DD0F2. Grayscale: #484848. Windows color (decimal): -7196915 or 864146. OLE color: 864146.

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

Color convert

RGB1464713-
CMYK00.680.910.43
HSL15.34º83.65%31.18%-
HSV(B)15.34º91.1%57.25%-
XYZ12.948.171.28-
YUV72.7294.3180.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.87%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=70.87%
G=22.82%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146471300.680.910.4315.3483.6531.18
Hex922FD0445B2Bf541f
Octal22257150104133531712437
Binary1001001010111111010100010010110111010111111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,47,13); }

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

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

 a { background-color: rgb(146,47,13); }

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

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

 span { border-color: rgb(146,47,13); }

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