#944C1E

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

Shades of Alert Tan #944C1E

Tints of Alert Tan #944C1E

Color information

#944C1E (or 0x944C1E) is unknown color: approx Alert Tan. HEX triplet: 94, 4C and 1E. RGB value is (148,76,30). Sum of RGB (Red+Green+Blue) = 148+76+30=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #944C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C1E is #6BB3E1. Grayscale: #5C5C5C. Windows color (decimal): -7058402 or 1985684. OLE color: 1985684.

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

Color convert

RGB1487630-
CMYK00.490.800.42
HSL23.39º66.29%34.9%-
HSV(B)23.39º79.73%58.04%-
XYZ15.0311.562.67-
YUV92.2892.85167.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=58.27%
G=29.92%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148763000.490.800.4223.3966.2934.9
Hex944C1E031502A174223
Octal22411436061120522710243
Binary1001010010011001111001100011010000101010101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,76,30); }

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

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

 a { background-color: rgb(148,76,30); }

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

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

 span { border-color: rgb(148,76,30); }

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