#924B32

Color #924B32 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #924B32

Tints of Alert Tan #924B32

Color information

#924B32 (or 0x924B32) is unknown color: approx Alert Tan. HEX triplet: 92, 4B and 32. RGB value is (146,75,50). Sum of RGB (Red+Green+Blue) = 146+75+50=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #924B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924B32 is #6DB4CD. Grayscale: #5D5D5D. Windows color (decimal): -7189710 or 3296146. OLE color: 3296146.

HSL color Cylindrical-coordinate representation of color #924B32: hue angle of 15.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924B32 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1467550-
CMYK00.490.660.43
HSL15.63º48.98%38.43%-
HSV(B)15.63º65.75%57.25%-
XYZ14.9511.374.43-
YUV93.38103.52165.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=53.87%
G=27.68%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146755000.490.660.4315.6348.9838.43
Hex924B32031422B103126
Octal2221136206110253206146
Binary1001001010010111100100110001100001010101110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924B32; }

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

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

<style>
 a { background-color: #924B32; }

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

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

<style>
 span { border-color: #924B32; }

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

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