#958238

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

Shades of Highball #958238

Tints of Highball #958238

Color information

#958238 (or 0x958238) is unknown color: approx Highball. HEX triplet: 95, 82 and 38. RGB value is (149,130,56). Sum of RGB (Red+Green+Blue) = 149+130+56=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #958238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958238 is #6A7DC7. Grayscale: #7F7F7F. Windows color (decimal): -6979016 or 3703445. OLE color: 3703445.

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

Color convert

RGB14913056-
CMYK00.130.620.42
HSL47.74º45.37%40.2%-
HSV(B)47.74º62.42%58.43%-
XYZ21.0922.647-
YUV127.2487.79143.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=44.48%
G=38.81%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491305600.130.620.4247.7445.3740.2
Hex9582380D3E2A302d28
Octal225202700157652605550
Binary100101011000001011100001101111110101010110000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958238; }

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

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

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

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

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

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

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

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