#922B1A

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

Shades of Burnt Umber #922B1A

Tints of Burnt Umber #922B1A

Color information

#922B1A (or 0x922B1A) is unknown color: approx Burnt Umber. HEX triplet: 92, 2B and 1A. RGB value is (146,43,26). Sum of RGB (Red+Green+Blue) = 146+43+26=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #922B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922B1A is #6DD4E5. Grayscale: #484848. Windows color (decimal): -7197926 or 1715090. OLE color: 1715090.

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

Color convert

RGB1464326-
CMYK00.710.820.43
HSL8.5º69.77%33.73%-
HSV(B)8.5º82.19%57.25%-
XYZ12.97.911.82-
YUV71.86102.12180.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.91%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=67.91%
G=20%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146432600.710.820.438.569.7733.73
Hex922B1A047522B84622
Octal22253320107122531010642
Binary100100101010111101001000111101001010101110001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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