#92321F

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

Shades of Burnt Umber #92321F

Tints of Burnt Umber #92321F

Color information

#92321F (or 0x92321F) is unknown color: approx Burnt Umber. HEX triplet: 92, 32 and 1F. RGB value is (146,50,31). Sum of RGB (Red+Green+Blue) = 146+50+31=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #92321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92321F is #6DCDE0. Grayscale: #4C4C4C. Windows color (decimal): -7196129 or 2044562. OLE color: 2044562.

HSL color Cylindrical-coordinate representation of color #92321F: hue angle of 9.91º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92321F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1465031-
CMYK00.660.790.43
HSL9.91º64.97%34.71%-
HSV(B)9.91º78.77%57.25%-
XYZ13.248.492.24-
YUV76.54102.3177.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.32%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=64.32%
G=22.03%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146503100.660.790.439.9164.9734.71
Hex92321F0424F2Ba4123
Octal22262370102117531210143
Binary100100101100101111101000010100111110101110101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92321F; }

 p { color: rgb(146,50,31); }

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

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

 a { background-color: rgb(146,50,31); }

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

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

 span { border-color: rgb(146,50,31); }

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