#948A3B

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

Shades of Highball #948A3B

Tints of Highball #948A3B

Color information

#948A3B (or 0x948A3B) is unknown color: approx Highball. HEX triplet: 94, 8A and 3B. RGB value is (148,138,59). Sum of RGB (Red+Green+Blue) = 148+138+59=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #948A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A3B is #6B75C4. Grayscale: #848484. Windows color (decimal): -7042501 or 3902100. OLE color: 3902100.

HSL color Cylindrical-coordinate representation of color #948A3B: hue angle of 53.26º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #948A3B is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14813859-
CMYK00.070.600.42
HSL53.26º43%40.59%-
HSV(B)53.26º60.14%58.04%-
XYZ22.0924.797.76-
YUV131.9886.81139.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 138 (54.30% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=42.90%
G=40%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481385900.070.600.4253.264340.59
Hex948A3B073C2A352b29
Octal22421273077452655351
Binary10010100100010101110110111111100101010110101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,138,59); }

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

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

 a { background-color: rgb(148,138,59); }

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

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

 span { border-color: rgb(148,138,59); }

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