#958245

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

Shades of Highball #958245

Tints of Highball #958245

Color information

#958245 (or 0x958245) is unknown color: approx Highball. HEX triplet: 95, 82 and 45. RGB value is (149,130,69). Sum of RGB (Red+Green+Blue) = 149+130+69=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #958245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958245 is #6A7DBA. Grayscale: #808080. Windows color (decimal): -6979003 or 4555413. OLE color: 4555413.

HSL color Cylindrical-coordinate representation of color #958245: hue angle of 45.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #958245 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB14913069-
CMYK00.130.540.42
HSL45.75º36.7%42.75%-
HSV(B)45.75º53.69%58.43%-
XYZ21.4522.788.9-
YUV128.7394.29142.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=42.82%
G=37.36%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491306900.130.540.4245.7536.742.75
Hex9582450D362A2e252b
Octal2252021050156652564553
Binary1001010110000010100010101101110110101010101110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958245; }

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

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

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

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

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

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

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

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