#922914

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

Shades of Burnt Umber #922914

Tints of Burnt Umber #922914

Color information

#922914 (or 0x922914) is unknown color: approx Burnt Umber. HEX triplet: 92, 29 and 14. RGB value is (146,41,20). Sum of RGB (Red+Green+Blue) = 146+41+20=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #922914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922914 is #6DD6EB. Grayscale: #464646. Windows color (decimal): -7198444 or 1321362. OLE color: 1321362.

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

Color convert

RGB1464120-
CMYK00.720.860.43
HSL10º75.9%32.55%-
HSV(B)10º86.3%57.25%-
XYZ12.777.751.48-
YUV7099.79182.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.53%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=70.53%
G=19.81%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146412000.720.860.431075.932.55
Hex922914048562Ba4c21
Octal22251240110126531211441
Binary100100101010011010001001000101011010101110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922914; }

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

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

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

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

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

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

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

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