#92321B

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

Shades of Burnt Umber #92321B

Tints of Burnt Umber #92321B

Color information

#92321B (or 0x92321B) is unknown color: approx Burnt Umber. HEX triplet: 92, 32 and 1B. RGB value is (146,50,27). Sum of RGB (Red+Green+Blue) = 146+50+27=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #92321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92321B is #6DCDE4. Grayscale: #4C4C4C. Windows color (decimal): -7196133 or 1782418. OLE color: 1782418.

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

Color convert

RGB1465027-
CMYK00.660.820.43
HSL11.6º68.79%33.92%-
HSV(B)11.6º81.51%57.25%-
XYZ13.198.471.98-
YUV76.08100.3177.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=65.47%
G=22.42%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146502700.660.820.4311.668.7933.92
Hex92321B042522Bc4522
Octal22262330102122531410542
Binary100100101100101101101000010101001010101111001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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