#922F26

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

Shades of Burnt Umber #922F26

Tints of Burnt Umber #922F26

Color information

#922F26 (or 0x922F26) is unknown color: approx Burnt Umber. HEX triplet: 92, 2F and 26. RGB value is (146,47,38). Sum of RGB (Red+Green+Blue) = 146+47+38=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #922F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922F26 is #6DD0D9. Grayscale: #4B4B4B. Windows color (decimal): -7196890 or 2502546. OLE color: 2502546.

HSL color Cylindrical-coordinate representation of color #922F26: hue angle of 5º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #922F26 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1464738-
CMYK00.680.740.43
HSL58.7%36.08%-
HSV(B)73.97%57.25%-
XYZ13.228.282.74-
YUV75.57106.8178.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.20%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=63.20%
G=20.35%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146473800.680.740.43558.736.08
Hex922F260444A2B53b24
Octal222574601041125357344
Binary10010010101111100110010001001001010101011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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