#948A3A

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

Shades of Highball #948A3A

Tints of Highball #948A3A

Color information

#948A3A (or 0x948A3A) is unknown color: approx Highball. HEX triplet: 94, 8A and 3A. RGB value is (148,138,58). Sum of RGB (Red+Green+Blue) = 148+138+58=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #948A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A3A is #6B75C5. Grayscale: #848484. Windows color (decimal): -7042502 or 3836564. OLE color: 3836564.

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

Color convert

RGB14813858-
CMYK00.070.610.42
HSL53.33º43.69%40.39%-
HSV(B)53.33º60.81%58.04%-
XYZ22.0624.787.62-
YUV131.8786.31139.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=43.02%
G=40.12%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481385800.070.610.4253.3343.6940.39
Hex948A3A073D2A352c28
Octal22421272077552655450
Binary10010100100010101110100111111101101010110101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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