#958B3A

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

Shades of Highball #958B3A

Tints of Highball #958B3A

Color information

#958B3A (or 0x958B3A) is unknown color: approx Highball. HEX triplet: 95, 8B and 3A. RGB value is (149,139,58). Sum of RGB (Red+Green+Blue) = 149+139+58=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B3A is #6A74C5. Grayscale: #858585. Windows color (decimal): -6976710 or 3836821. OLE color: 3836821.

HSL color Cylindrical-coordinate representation of color #958B3A: hue angle of 53.41º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #958B3A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14913958-
CMYK00.070.610.42
HSL53.41º43.96%40.59%-
HSV(B)53.41º61.07%58.43%-
XYZ22.3925.167.68-
YUV132.7685.81139.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=43.06%
G=40.17%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491395800.070.610.4253.4143.9640.59
Hex958B3A073D2A352c29
Octal22521372077552655451
Binary10010101100010111110100111111101101010110101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958B3A; }

 p { color: rgb(149,139,58); }

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

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

 a { background-color: rgb(149,139,58); }

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

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

 span { border-color: rgb(149,139,58); }

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