#956452

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

Shades of Dark Tan #956452

Tints of Dark Tan #956452

Color information

#956452 (or 0x956452) is unknown color: approx Dark Tan. HEX triplet: 95, 64 and 52. RGB value is (149,100,82). Sum of RGB (Red+Green+Blue) = 149+100+82=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956452 is #6A9BAD. Grayscale: #707070. Windows color (decimal): -6986670 or 5399701. OLE color: 5399701.

HSL color Cylindrical-coordinate representation of color #956452: hue angle of 16.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #956452 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14910082-
CMYK00.330.450.42
HSL16.12º29%45.29%-
HSV(B)16.12º44.97%58.43%-
XYZ18.4716.1110.12-
YUV112.6110.73153.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=45.02%
G=30.21%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491008200.330.450.4216.122945.29
Hex9564520212D2A101d2d
Octal2251441220415552203555
Binary100101011100100101001001000011011011010101000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956452; }

 p { color: rgb(149,100,82); }

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

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

 a { background-color: rgb(149,100,82); }

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

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

 span { border-color: rgb(149,100,82); }

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