#954C34

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

Shades of Alert Tan #954C34

Tints of Alert Tan #954C34

Color information

#954C34 (or 0x954C34) is unknown color: approx Alert Tan. HEX triplet: 95, 4C and 34. RGB value is (149,76,52). Sum of RGB (Red+Green+Blue) = 149+76+52=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C34 is #6AB3CB. Grayscale: #5F5F5F. Windows color (decimal): -6992844 or 3427477. OLE color: 3427477.

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

Color convert

RGB1497652-
CMYK00.490.650.42
HSL14.85º48.26%39.41%-
HSV(B)14.85º65.1%58.43%-
XYZ15.611.814.71-
YUV95.09103.68166.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=53.79%
G=27.44%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149765200.490.650.4214.8548.2639.41
Hex954C34031412Af3027
Octal2251146406110152176047
Binary100101011001100110100011000110000011010101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C34; }

 p { color: rgb(149,76,52); }

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

<style>
 a { background-color: #954C34; }

 a { background-color: rgb(149,76,52); }

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

<style>
 span { border-color: #954C34; }

 span { border-color: rgb(149,76,52); }

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