#948B4B

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

Shades of Highball #948B4B

Tints of Highball #948B4B

Color information

#948B4B (or 0x948B4B) is unknown color: approx Highball. HEX triplet: 94, 8B and 4B. RGB value is (148,139,75). Sum of RGB (Red+Green+Blue) = 148+139+75=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #948B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B4B is #6B74B4. Grayscale: #868686. Windows color (decimal): -7042229 or 4950932. OLE color: 4950932.

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

Color convert

RGB14813975-
CMYK00.060.490.42
HSL52.6º32.74%43.73%-
HSV(B)52.6º49.32%58.04%-
XYZ22.7225.2710.34-
YUV134.3994.48137.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=40.88%
G=38.40%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481397500.060.490.4252.632.7443.73
Hex948B4B06312A35212c
Octal224213113066152654154
Binary100101001000101110010110110110001101010110101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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