#948A41

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

Shades of Highball #948A41

Tints of Highball #948A41

Color information

#948A41 (or 0x948A41) is unknown color: approx Highball. HEX triplet: 94, 8A and 41. RGB value is (148,138,65). Sum of RGB (Red+Green+Blue) = 148+138+65=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #948A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A41 is #6B75BE. Grayscale: #848484. Windows color (decimal): -7042495 or 4295316. OLE color: 4295316.

HSL color Cylindrical-coordinate representation of color #948A41: hue angle of 52.77º 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 #948A41 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14813865-
CMYK00.070.560.42
HSL52.77º38.97%41.76%-
HSV(B)52.77º56.08%58.04%-
XYZ22.2624.858.63-
YUV132.6789.81138.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=42.17%
G=39.32%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481386500.070.560.4252.7738.9741.76
Hex948A4107382A35272a
Octal224212101077052654752
Binary100101001000101010000010111111000101010110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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