#958340

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

Shades of Highball #958340

Tints of Highball #958340

Color information

#958340 (or 0x958340) is unknown color: approx Highball. HEX triplet: 95, 83 and 40. RGB value is (149,131,64). Sum of RGB (Red+Green+Blue) = 149+131+64=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #958340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958340 is #6A7CBF. Grayscale: #818181. Windows color (decimal): -6978752 or 4227989. OLE color: 4227989.

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

Color convert

RGB14913164-
CMYK00.120.570.42
HSL47.29º39.91%41.76%-
HSV(B)47.29º57.05%58.43%-
XYZ21.4422.998.16-
YUV128.7491.46142.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=43.31%
G=38.08%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491316400.120.570.4247.2939.9141.76
Hex9583400C392A2f282a
Octal2252031000147152575052
Binary1001010110000011100000001100111001101010101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958340; }

 p { color: rgb(149,131,64); }

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

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

 a { background-color: rgb(149,131,64); }

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

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

 span { border-color: rgb(149,131,64); }

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