#922C1F

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

Shades of Burnt Umber #922C1F

Tints of Burnt Umber #922C1F

Color information

#922C1F (or 0x922C1F) is unknown color: approx Burnt Umber. HEX triplet: 92, 2C and 1F. RGB value is (146,44,31). Sum of RGB (Red+Green+Blue) = 146+44+31=221 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.06% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 146 - color contains mainly: red. Hex color #922C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922C1F is #6DD3E0. Grayscale: #494949. Windows color (decimal): -7197665 or 2043026. OLE color: 2043026.

HSL color Cylindrical-coordinate representation of color #922C1F: hue angle of 6.78º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #922C1F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1464431-
CMYK00.700.790.43
HSL6.78º64.97%34.71%-
HSV(B)6.78º78.77%57.25%-
XYZ138.012.16-
YUV73.02104.29180.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.06%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=66.06%
G=19.91%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146443100.700.790.436.7864.9734.71
Hex922C1F0464F2B74123
Octal2225437010611753710143
Binary10010010101100111110100011010011111010111111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,44,31); }

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

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

 a { background-color: rgb(146,44,31); }

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

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

 span { border-color: rgb(146,44,31); }

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