#922F15

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

Shades of Burnt Umber #922F15

Tints of Burnt Umber #922F15

Color information

#922F15 (or 0x922F15) is unknown color: approx Burnt Umber. HEX triplet: 92, 2F and 15. RGB value is (146,47,21). Sum of RGB (Red+Green+Blue) = 146+47+21=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #922F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922F15 is #6DD0EA. Grayscale: #494949. Windows color (decimal): -7196907 or 1388434. OLE color: 1388434.

HSL color Cylindrical-coordinate representation of color #922F15: hue angle of 12.48º degrees, saturation: 0.75, 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 #922F15 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1464721-
CMYK00.680.860.43
HSL12.48º74.85%32.75%-
HSV(B)12.48º85.62%57.25%-
XYZ13.018.21.61-
YUV73.6498.3179.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=68.22%
G=21.96%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146472100.680.860.4312.4874.8532.75
Hex922F15044562Bc4b21
Octal22257250104126531411341
Binary100100101011111010101000100101011010101111001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,47,21); }

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

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

 a { background-color: rgb(146,47,21); }

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

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

 span { border-color: rgb(146,47,21); }

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