#948F4D

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

Shades of Highball #948F4D

Tints of Highball #948F4D

Color information

#948F4D (or 0x948F4D) is unknown color: approx Highball. HEX triplet: 94, 8F and 4D. RGB value is (148,143,77). Sum of RGB (Red+Green+Blue) = 148+143+77=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #948F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F4D is #6B70B2. Grayscale: #898989. Windows color (decimal): -7041203 or 5083028. OLE color: 5083028.

HSL color Cylindrical-coordinate representation of color #948F4D: hue angle of 55.77º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #948F4D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14814377-
CMYK00.030.480.42
HSL55.77º31.56%44.12%-
HSV(B)55.77º47.97%58.04%-
XYZ23.3726.4810.9-
YUV136.9794.16135.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=40.22%
G=38.86%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481437700.030.480.4255.7731.5644.12
Hex948F4D03302A38202c
Octal224217115036052704054
Binary10010100100011111001101011110000101010111000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,143,77); }

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

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

 a { background-color: rgb(148,143,77); }

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

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

 span { border-color: rgb(148,143,77); }

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