#959352

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

Shades of Highball #959352

Tints of Highball #959352

Color information

#959352 (or 0x959352) is unknown color: approx Highball. HEX triplet: 95, 93 and 52. RGB value is (149,147,82). Sum of RGB (Red+Green+Blue) = 149+147+82=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #959352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959352 is #6A6CAD. Grayscale: #8C8C8C. Windows color (decimal): -6974638 or 5411733. OLE color: 5411733.

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

Color convert

RGB14914782-
CMYK00.010.450.42
HSL58.21º29%45.29%-
HSV(B)58.21º44.97%58.43%-
XYZ24.3527.8712.08-
YUV140.1995.16134.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=39.42%
G=38.89%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491478200.010.450.4258.212945.29
Hex959352012D2A3a1d2d
Octal225223122015552723555
Binary100101011001001110100100110110110101011101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959352; }

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

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

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

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

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

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

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

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