#948F51

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

Shades of Highball #948F51

Tints of Highball #948F51

Color information

#948F51 (or 0x948F51) is unknown color: approx Highball. HEX triplet: 94, 8F and 51. RGB value is (148,143,81). Sum of RGB (Red+Green+Blue) = 148+143+81=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #948F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F51 is #6B70AE. Grayscale: #898989. Windows color (decimal): -7041199 or 5345172. OLE color: 5345172.

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

Color convert

RGB14814381-
CMYK00.030.450.42
HSL55.52º29.26%44.9%-
HSV(B)55.52º45.27%58.04%-
XYZ23.5226.5311.67-
YUV137.4396.16135.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 143 (56.25% from 255) = 38.44%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=39.78%
G=38.44%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481438100.030.450.4255.5229.2644.9
Hex948F51032D2A381d2d
Octal224217121035552703555
Binary1001010010001111101000101110110110101011100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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