#922A14

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

Shades of Burnt Umber #922A14

Tints of Burnt Umber #922A14

Color information

#922A14 (or 0x922A14) is unknown color: approx Burnt Umber. HEX triplet: 92, 2A and 14. RGB value is (146,42,20). Sum of RGB (Red+Green+Blue) = 146+42+20=208 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.19% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 146 - color contains mainly: red. Hex color #922A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922A14 is #6DD5EB. Grayscale: #464646. Windows color (decimal): -7198188 or 1321618. OLE color: 1321618.

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

Color convert

RGB1464220-
CMYK00.710.860.43
HSL10.48º75.9%32.55%-
HSV(B)10.48º86.3%57.25%-
XYZ12.817.821.5-
YUV70.5999.46181.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.19%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=70.19%
G=20.19%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146422000.710.860.4310.4875.932.55
Hex922A14047562Ba4c21
Octal22252240107126531211441
Binary100100101010101010001000111101011010101110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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