#954521

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

Shades of Alert Tan #954521

Tints of Alert Tan #954521

Color information

#954521 (or 0x954521) is unknown color: approx Alert Tan. HEX triplet: 95, 45 and 21. RGB value is (149,69,33). Sum of RGB (Red+Green+Blue) = 149+69+33=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #954521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954521 is #6ABADE. Grayscale: #595959. Windows color (decimal): -6994655 or 2180501. OLE color: 2180501.

HSL color Cylindrical-coordinate representation of color #954521: hue angle of 18.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #954521 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1496933-
CMYK00.540.780.42
HSL18.62º63.74%35.69%-
HSV(B)18.62º77.85%58.43%-
XYZ14.810.762.73-
YUV88.8296.5170.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=59.36%
G=27.49%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149693300.540.780.4218.6263.7435.69
Hex9545210364E2A134024
Octal22510541066116522310044
Binary10010101100010110000101101101001110101010100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954521; }

 p { color: rgb(149,69,33); }

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

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

 a { background-color: rgb(149,69,33); }

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

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

 span { border-color: rgb(149,69,33); }

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