#958438

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

Shades of Highball #958438

Tints of Highball #958438

Color information

#958438 (or 0x958438) is unknown color: approx Highball. HEX triplet: 95, 84 and 38. RGB value is (149,132,56). Sum of RGB (Red+Green+Blue) = 149+132+56=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #958438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958438 is #6A7BC7. Grayscale: #808080. Windows color (decimal): -6978504 or 3703957. OLE color: 3703957.

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

Color convert

RGB14913256-
CMYK00.110.620.42
HSL49.03º45.37%40.2%-
HSV(B)49.03º62.42%58.43%-
XYZ21.3623.187.09-
YUV128.4287.13142.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=44.21%
G=39.17%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491325600.110.620.4249.0345.3740.2
Hex9584380B3E2A312d28
Octal225204700137652615550
Binary100101011000010011100001011111110101010110001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958438; }

 p { color: rgb(149,132,56); }

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

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

 a { background-color: rgb(149,132,56); }

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

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

 span { border-color: rgb(149,132,56); }

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