#922812

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

Shades of Burnt Umber #922812

Tints of Burnt Umber #922812

Color information

#922812 (or 0x922812) is unknown color: approx Burnt Umber. HEX triplet: 92, 28 and 12. RGB value is (146,40,18). Sum of RGB (Red+Green+Blue) = 146+40+18=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #922812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922812 is #6DD7ED. Grayscale: #454545. Windows color (decimal): -7198702 or 1190034. OLE color: 1190034.

HSL color Cylindrical-coordinate representation of color #922812: hue angle of 10.31º 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 #922812 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1464018-
CMYK00.730.880.43
HSL10.31º78.05%32.16%-
HSV(B)10.31º87.67%57.25%-
XYZ12.727.671.38-
YUV69.1999.12182.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=71.57%
G=19.61%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146401800.730.880.4310.3178.0532.16
Hex922812049582Ba4e20
Octal22250220111130531211640
Binary100100101010001001001001001101100010101110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922812; }

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

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

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

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

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

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

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

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