#922B12

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

Shades of Burnt Umber #922B12

Tints of Burnt Umber #922B12

Color information

#922B12 (or 0x922B12) is unknown color: approx Burnt Umber. HEX triplet: 92, 2B and 12. RGB value is (146,43,18). Sum of RGB (Red+Green+Blue) = 146+43+18=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #922B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922B12 is #6DD4ED. Grayscale: #474747. Windows color (decimal): -7197934 or 1190802. OLE color: 1190802.

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

Color convert

RGB1464318-
CMYK00.710.880.43
HSL11.72º78.05%32.16%-
HSV(B)11.72º87.67%57.25%-
XYZ12.837.881.42-
YUV70.9598.12181.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.53%
GREEN value IS 43 (17.19% from 255) = 20.77%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=70.53%
G=20.77%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146431800.710.880.4311.7278.0532.16
Hex922B12047582Bc4e20
Octal22253220107130531411640
Binary100100101010111001001000111101100010101111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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