#922B0A

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

Shades of Burnt Umber #922B0A

Tints of Burnt Umber #922B0A

Color information

#922B0A (or 0x922B0A) is unknown color: approx Burnt Umber. HEX triplet: 92, 2B and 0A. RGB value is (146,43,10). Sum of RGB (Red+Green+Blue) = 146+43+10=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #922B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922B0A is #6DD4F5. Grayscale: #464646. Windows color (decimal): -7197942 or 666514. OLE color: 666514.

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

Color convert

RGB1464310-
CMYK00.710.930.43
HSL14.56º87.18%30.59%-
HSV(B)14.56º93.15%57.25%-
XYZ12.777.861.13-
YUV70.0494.12182.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.37%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=73.37%
G=21.61%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146431000.710.930.4314.5687.1830.59
Hex922BA0475D2Bf571f
Octal22253120107135531712737
Binary1001001010101110100100011110111011010111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,43,10); }

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

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

 a { background-color: rgb(146,43,10); }

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

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

 span { border-color: rgb(146,43,10); }

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