#904B32

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

Shades of Alert Tan #904B32

Tints of Alert Tan #904B32

Color information

#904B32 (or 0x904B32) is unknown color: approx Alert Tan. HEX triplet: 90, 4B and 32. RGB value is (144,75,50). Sum of RGB (Red+Green+Blue) = 144+75+50=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #904B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B32 is #6FB4CD. Grayscale: #5C5C5C. Windows color (decimal): -7320782 or 3296144. OLE color: 3296144.

HSL color Cylindrical-coordinate representation of color #904B32: hue angle of 15.96º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904B32 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1447550-
CMYK00.480.650.44
HSL15.96º48.45%38.04%-
HSV(B)15.96º65.28%56.47%-
XYZ14.5911.194.41-
YUV92.78103.86164.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.53%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=53.53%
G=27.88%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144755000.480.650.4415.9648.4538.04
Hex904B32030412C103026
Octal2201136206010154206046
Binary1001000010010111100100110000100000110110010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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