#954D33

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

Shades of Alert Tan #954D33

Tints of Alert Tan #954D33

Color information

#954D33 (or 0x954D33) is unknown color: approx Alert Tan. HEX triplet: 95, 4D and 33. RGB value is (149,77,51). Sum of RGB (Red+Green+Blue) = 149+77+51=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D33 is #6AB2CC. Grayscale: #5F5F5F. Windows color (decimal): -6992589 or 3362197. OLE color: 3362197.

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

Color convert

RGB1497751-
CMYK00.480.660.42
HSL15.92º49%39.22%-
HSV(B)15.92º65.77%58.43%-
XYZ15.6511.944.61-
YUV95.56102.85166.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=53.79%
G=27.80%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149775100.480.660.4215.924939.22
Hex954D33030422A103127
Octal2251156306010252206147
Binary1001010110011011100110110000100001010101010000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,77,51); }

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

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

 a { background-color: rgb(149,77,51); }

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

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

 span { border-color: rgb(149,77,51); }

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