#958538

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

Shades of Highball #958538

Tints of Highball #958538

Color information

#958538 (or 0x958538) is unknown color: approx Highball. HEX triplet: 95, 85 and 38. RGB value is (149,133,56). Sum of RGB (Red+Green+Blue) = 149+133+56=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #958538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958538 is #6A7AC7. Grayscale: #818181. Windows color (decimal): -6978248 or 3704213. OLE color: 3704213.

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

Color convert

RGB14913356-
CMYK00.110.620.42
HSL49.68º45.37%40.2%-
HSV(B)49.68º62.42%58.43%-
XYZ21.523.457.13-
YUV129.0186.8142.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=44.08%
G=39.35%
B=16.57%

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
Decimal1491335600.110.620.4249.6845.3740.2
Hex9585380B3E2A322d28
Octal225205700137652625550
Binary100101011000010111100001011111110101010110010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958538; }

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

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

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

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

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

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

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

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