#944B2B

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

Shades of Alert Tan #944B2B

Tints of Alert Tan #944B2B

Color information

#944B2B (or 0x944B2B) is unknown color: approx Alert Tan. HEX triplet: 94, 4B and 2B. RGB value is (148,75,43). Sum of RGB (Red+Green+Blue) = 148+75+43=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #944B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B2B is #6BB4D4. Grayscale: #5D5D5D. Windows color (decimal): -7058645 or 2837396. OLE color: 2837396.

HSL color Cylindrical-coordinate representation of color #944B2B: hue angle of 18.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #944B2B is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1487543-
CMYK00.490.710.42
HSL18.29º54.97%37.45%-
HSV(B)18.29º70.95%58.04%-
XYZ15.1611.53.71-
YUV93.1899.68167.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=55.64%
G=28.20%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148754300.490.710.4218.2954.9737.45
Hex944B2B031472A123725
Octal2241135306110752226745
Binary1001010010010111010110110001100011110101010010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,43); }

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

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

 a { background-color: rgb(148,75,43); }

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

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

 span { border-color: rgb(148,75,43); }

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