#954626

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

Shades of Alert Tan #954626

Tints of Alert Tan #954626

Color information

#954626 (or 0x954626) is unknown color: approx Alert Tan. HEX triplet: 95, 46 and 26. RGB value is (149,70,38). Sum of RGB (Red+Green+Blue) = 149+70+38=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #954626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954626 is #6AB9D9. Grayscale: #5A5A5A. Windows color (decimal): -6994394 or 2508437. OLE color: 2508437.

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

Color convert

RGB1497038-
CMYK00.530.740.42
HSL17.3º59.36%36.67%-
HSV(B)17.3º74.5%58.43%-
XYZ14.9310.913.15-
YUV89.9798.67170.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=57.98%
G=27.24%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149703800.530.740.4217.359.3636.67
Hex9546260354A2A113b25
Octal2251064606511252217345
Binary1001010110001101001100110101100101010101010001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954626; }

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

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

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

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

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

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

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

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