#948241

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

Shades of Highball #948241

Tints of Highball #948241

Color information

#948241 (or 0x948241) is unknown color: approx Highball. HEX triplet: 94, 82 and 41. RGB value is (148,130,65). Sum of RGB (Red+Green+Blue) = 148+130+65=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #948241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948241 is #6B7DBE. Grayscale: #808080. Windows color (decimal): -7044543 or 4293268. OLE color: 4293268.

HSL color Cylindrical-coordinate representation of color #948241: hue angle of 46.99º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #948241 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14813065-
CMYK00.120.560.42
HSL46.99º38.97%41.76%-
HSV(B)46.99º56.08%58.04%-
XYZ21.1522.648.26-
YUV127.9792.46142.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=43.15%
G=37.90%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481306500.120.560.4246.9938.9741.76
Hex9482410C382A2f272a
Octal2242021010147052574752
Binary1001010010000010100000101100111000101010101111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948241; }

 p { color: rgb(148,130,65); }

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

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

 a { background-color: rgb(148,130,65); }

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

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

 span { border-color: rgb(148,130,65); }

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