#958240

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

Shades of Highball #958240

Tints of Highball #958240

Color information

#958240 (or 0x958240) is unknown color: approx Highball. HEX triplet: 95, 82 and 40. RGB value is (149,130,64). Sum of RGB (Red+Green+Blue) = 149+130+64=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #958240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958240 is #6A7DBF. Grayscale: #808080. Windows color (decimal): -6979008 or 4227733. OLE color: 4227733.

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

Color convert

RGB14913064-
CMYK00.130.570.42
HSL46.59º39.91%41.76%-
HSV(B)46.59º57.05%58.43%-
XYZ21.322.728.11-
YUV128.1691.79142.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=43.44%
G=37.90%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491306400.130.570.4246.5939.9141.76
Hex9582400D392A2f282a
Octal2252021000157152575052
Binary1001010110000010100000001101111001101010101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958240; }

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

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

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

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

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

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

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

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