#922D0A

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

Shades of Burnt Umber #922D0A

Tints of Burnt Umber #922D0A

Color information

#922D0A (or 0x922D0A) is unknown color: approx Burnt Umber. HEX triplet: 92, 2D and 0A. RGB value is (146,45,10). Sum of RGB (Red+Green+Blue) = 146+45+10=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #922D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922D0A is #6DD2F5. Grayscale: #474747. Windows color (decimal): -7197430 or 667026. OLE color: 667026.

HSL color Cylindrical-coordinate representation of color #922D0A: hue angle of 15.44º 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 #922D0A is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1464510-
CMYK00.690.930.43
HSL15.44º87.18%30.59%-
HSV(B)15.44º93.15%57.25%-
XYZ12.858.011.16-
YUV71.2193.46181.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.64%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=72.64%
G=22.39%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146451000.690.930.4315.4487.1830.59
Hex922DA0455D2Bf571f
Octal22255120105135531712737
Binary1001001010110110100100010110111011010111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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