#944A20

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

Shades of Alert Tan #944A20

Tints of Alert Tan #944A20

Color information

#944A20 (or 0x944A20) is unknown color: approx Alert Tan. HEX triplet: 94, 4A and 20. RGB value is (148,74,32). Sum of RGB (Red+Green+Blue) = 148+74+32=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #944A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A20 is #6BB5DF. Grayscale: #5B5B5B. Windows color (decimal): -7058912 or 2116244. OLE color: 2116244.

HSL color Cylindrical-coordinate representation of color #944A20: hue angle of 21.72º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #944A20 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1487432-
CMYK00.500.780.42
HSL21.72º64.44%35.29%-
HSV(B)21.72º78.38%58.04%-
XYZ14.9211.32.76-
YUV91.3494.52168.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=58.27%
G=29.13%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148743200.500.780.4221.7264.4435.29
Hex944A200324E2A164023
Octal22411240062116522610043
Binary10010100100101010000001100101001110101010101101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944A20; }

 p { color: rgb(148,74,32); }

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

<style>
 a { background-color: #944A20; }

 a { background-color: rgb(148,74,32); }

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

<style>
 span { border-color: #944A20; }

 span { border-color: rgb(148,74,32); }

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