#94874C

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

Shades of Highball #94874C

Tints of Highball #94874C

Color information

#94874C (or 0x94874C) is unknown color: approx Highball. HEX triplet: 94, 87 and 4C. RGB value is (148,135,76). Sum of RGB (Red+Green+Blue) = 148+135+76=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94874C is #6B78B3. Grayscale: #848484. Windows color (decimal): -7043252 or 5015444. OLE color: 5015444.

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

Color convert

RGB14813576-
CMYK00.090.490.42
HSL49.17º32.14%43.92%-
HSV(B)49.17º48.65%58.04%-
XYZ22.1824.1510.33-
YUV132.1696.31139.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=41.23%
G=37.60%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481357600.090.490.4249.1732.1443.92
Hex94874C09312A31202c
Octal2242071140116152614054
Binary1001010010000111100110001001110001101010110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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