#922B1C

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

Shades of Burnt Umber #922B1C

Tints of Burnt Umber #922B1C

Color information

#922B1C (or 0x922B1C) is unknown color: approx Burnt Umber. HEX triplet: 92, 2B and 1C. RGB value is (146,43,28). Sum of RGB (Red+Green+Blue) = 146+43+28=217 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.28% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 146 - color contains mainly: red. Hex color #922B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922B1C is #6DD4E3. Grayscale: #484848. Windows color (decimal): -7197924 or 1846162. OLE color: 1846162.

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

Color convert

RGB1464328-
CMYK00.710.810.43
HSL7.63º67.82%34.12%-
HSV(B)7.63º80.82%57.25%-
XYZ12.937.921.95-
YUV72.09103.12180.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.28%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=67.28%
G=19.82%
B=12.90%

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
Decimal146432800.710.810.437.6367.8234.12
Hex922B1C047512B84422
Octal22253340107121531010442
Binary100100101010111110001000111101000110101110001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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