#944B27

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

Shades of Alert Tan #944B27

Tints of Alert Tan #944B27

Color information

#944B27 (or 0x944B27) is unknown color: approx Alert Tan. HEX triplet: 94, 4B and 27. RGB value is (148,75,39). Sum of RGB (Red+Green+Blue) = 148+75+39=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #944B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B27 is #6BB4D8. Grayscale: #5C5C5C. Windows color (decimal): -7058649 or 2575252. OLE color: 2575252.

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

Color convert

RGB1487539-
CMYK00.490.740.42
HSL19.82º58.29%36.67%-
HSV(B)19.82º73.65%58.04%-
XYZ15.111.473.34-
YUV92.7297.68167.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=56.49%
G=28.63%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148753900.490.740.4219.8258.2936.67
Hex944B270314A2A143a25
Octal2241134706111252247245
Binary1001010010010111001110110001100101010101010100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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