#948B3D

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

Shades of Highball #948B3D

Tints of Highball #948B3D

Color information

#948B3D (or 0x948B3D) is unknown color: approx Highball. HEX triplet: 94, 8B and 3D. RGB value is (148,139,61). Sum of RGB (Red+Green+Blue) = 148+139+61=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #948B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B3D is #6B74C2. Grayscale: #858585. Windows color (decimal): -7042243 or 4033428. OLE color: 4033428.

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

Color convert

RGB14813961-
CMYK00.060.590.42
HSL53.79º41.63%40.98%-
HSV(B)53.79º58.78%58.04%-
XYZ22.2925.18.08-
YUV132.887.48138.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=42.53%
G=39.94%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481396100.060.590.4253.7941.6340.98
Hex948B3D063B2A362a29
Octal22421375067352665251
Binary10010100100010111111010110111011101010110110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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