#948B45

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

Shades of Highball #948B45

Tints of Highball #948B45

Color information

#948B45 (or 0x948B45) is unknown color: approx Highball. HEX triplet: 94, 8B and 45. RGB value is (148,139,69). Sum of RGB (Red+Green+Blue) = 148+139+69=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #948B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B45 is #6B74BA. Grayscale: #868686. Windows color (decimal): -7042235 or 4557716. OLE color: 4557716.

HSL color Cylindrical-coordinate representation of color #948B45: hue angle of 53.16º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #948B45 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB14813969-
CMYK00.060.530.42
HSL53.16º36.41%42.55%-
HSV(B)53.16º53.38%58.04%-
XYZ22.5225.199.31-
YUV133.7191.48138.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=41.57%
G=39.04%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481396900.060.530.4253.1636.4142.55
Hex948B4506352A35242b
Octal224213105066552654453
Binary100101001000101110001010110110101101010110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948B45; }

 p { color: rgb(148,139,69); }

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

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

 a { background-color: rgb(148,139,69); }

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

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

 span { border-color: rgb(148,139,69); }

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