#954625

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

Shades of Alert Tan #954625

Tints of Alert Tan #954625

Color information

#954625 (or 0x954625) is unknown color: approx Alert Tan. HEX triplet: 95, 46 and 25. RGB value is (149,70,37). Sum of RGB (Red+Green+Blue) = 149+70+37=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #954625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954625 is #6AB9DA. Grayscale: #5A5A5A. Windows color (decimal): -6994395 or 2442901. OLE color: 2442901.

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

Color convert

RGB1497037-
CMYK00.530.750.42
HSL17.68º60.22%36.47%-
HSV(B)17.68º75.17%58.43%-
XYZ14.9210.93.07-
YUV89.8698.17170.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=58.20%
G=27.34%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149703700.530.750.4217.6860.2236.47
Hex9546250354B2A123c24
Octal2251064506511352227444
Binary1001010110001101001010110101100101110101010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954625; }

 p { color: rgb(149,70,37); }

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

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

 a { background-color: rgb(149,70,37); }

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

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

 span { border-color: rgb(149,70,37); }

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