#944C35

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

Shades of Alert Tan #944C35

Tints of Alert Tan #944C35

Color information

#944C35 (or 0x944C35) is unknown color: approx Alert Tan. HEX triplet: 94, 4C and 35. RGB value is (148,76,53). Sum of RGB (Red+Green+Blue) = 148+76+53=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #944C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C35 is #6BB3CA. Grayscale: #5F5F5F. Windows color (decimal): -7058379 or 3493012. OLE color: 3493012.

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

Color convert

RGB1487653-
CMYK00.490.640.42
HSL14.53º47.26%39.41%-
HSV(B)14.53º64.19%58.04%-
XYZ15.4411.724.82-
YUV94.91104.35165.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=53.43%
G=27.44%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148765300.490.640.4214.5347.2639.41
Hex944C35031402Af2f27
Octal2241146506110052175747
Binary100101001001100110101011000110000001010101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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