#94894C

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

Shades of Highball #94894C

Tints of Highball #94894C

Color information

#94894C (or 0x94894C) is unknown color: approx Highball. HEX triplet: 94, 89 and 4C. RGB value is (148,137,76). Sum of RGB (Red+Green+Blue) = 148+137+76=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94894C is #6B76B3. Grayscale: #858585. Windows color (decimal): -7042740 or 5015956. OLE color: 5015956.

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

Color convert

RGB14813776-
CMYK00.070.490.42
HSL50.83º32.14%43.92%-
HSV(B)50.83º48.65%58.04%-
XYZ22.4624.7110.42-
YUV133.3395.64138.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=41.00%
G=37.95%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481377600.070.490.4250.8332.1443.92
Hex94894C07312A33202c
Octal224211114076152634054
Binary100101001000100110011000111110001101010110011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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