#94884C

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

Shades of Highball #94884C

Tints of Highball #94884C

Color information

#94884C (or 0x94884C) is unknown color: approx Highball. HEX triplet: 94, 88 and 4C. RGB value is (148,136,76). Sum of RGB (Red+Green+Blue) = 148+136+76=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94884C is #6B77B3. Grayscale: #858585. Windows color (decimal): -7042996 or 5015700. OLE color: 5015700.

HSL color Cylindrical-coordinate representation of color #94884C: hue angle of 50º degrees, saturation: 0.32, 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 #94884C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14813676-
CMYK00.080.490.42
HSL50º32.14%43.92%-
HSV(B)50º48.65%58.04%-
XYZ22.3224.4310.38-
YUV132.7595.98138.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=41.11%
G=37.78%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481367600.080.490.425032.1443.92
Hex94884C08312A32202c
Octal2242101140106152624054
Binary1001010010001000100110001000110001101010110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94884C; }

 p { color: rgb(148,136,76); }

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

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

 a { background-color: rgb(148,136,76); }

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

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

 span { border-color: rgb(148,136,76); }

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