#956852

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

Shades of Dark Tan #956852

Tints of Dark Tan #956852

Color information

#956852 (or 0x956852) is unknown color: approx Dark Tan. HEX triplet: 95, 68 and 52. RGB value is (149,104,82). Sum of RGB (Red+Green+Blue) = 149+104+82=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956852 is #6A97AD. Grayscale: #737373. Windows color (decimal): -6985646 or 5400725. OLE color: 5400725.

HSL color Cylindrical-coordinate representation of color #956852: hue angle of 19.7º 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 #956852 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14910482-
CMYK00.300.450.42
HSL19.7º29%45.29%-
HSV(B)19.7º44.97%58.43%-
XYZ18.8716.910.25-
YUV114.95109.41152.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=44.48%
G=31.04%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491048200.300.450.4219.72945.29
Hex95685201E2D2A141d2d
Octal2251501220365552243555
Binary10010101110100010100100111101011011010101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956852; }

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

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

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

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

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

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

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

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