#922A1C

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

Shades of Burnt Umber #922A1C

Tints of Burnt Umber #922A1C

Color information

#922A1C (or 0x922A1C) is unknown color: approx Burnt Umber. HEX triplet: 92, 2A and 1C. RGB value is (146,42,28). Sum of RGB (Red+Green+Blue) = 146+42+28=216 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.59% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 146 - color contains mainly: red. Hex color #922A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A1C is #6DD5E3. Grayscale: #474747. Windows color (decimal): -7198180 or 1845906. OLE color: 1845906.

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

Color convert

RGB1464228-
CMYK00.710.810.43
HSL7.12º67.82%34.12%-
HSV(B)7.12º80.82%57.25%-
XYZ12.897.851.93-
YUV71.5103.46181.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.59%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 28 (11.33% from 255) = 12.96%
R=67.59%
G=19.44%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146422800.710.810.437.1267.8234.12
Hex922A1C047512B74422
Octal2225234010712153710442
Binary10010010101010111000100011110100011010111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,42,28); }

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

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

 a { background-color: rgb(146,42,28); }

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

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

 span { border-color: rgb(146,42,28); }

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