#958540

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

Shades of Highball #958540

Tints of Highball #958540

Color information

#958540 (or 0x958540) is unknown color: approx Highball. HEX triplet: 95, 85 and 40. RGB value is (149,133,64). Sum of RGB (Red+Green+Blue) = 149+133+64=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958540 is #6A7ABF. Grayscale: #828282. Windows color (decimal): -6978240 or 4228501. OLE color: 4228501.

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

Color convert

RGB14913364-
CMYK00.110.570.42
HSL48.71º39.91%41.76%-
HSV(B)48.71º57.05%58.43%-
XYZ21.7123.538.25-
YUV129.9290.8141.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=43.06%
G=38.44%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491336400.110.570.4248.7139.9141.76
Hex9585400B392A31282a
Octal2252051000137152615052
Binary1001010110000101100000001011111001101010110001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958540; }

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

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

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

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

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

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

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

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