#94864B

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

Shades of Highball #94864B

Tints of Highball #94864B

Color information

#94864B (or 0x94864B) is unknown color: approx Highball. HEX triplet: 94, 86 and 4B. RGB value is (148,134,75). Sum of RGB (Red+Green+Blue) = 148+134+75=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94864B is #6B79B4. Grayscale: #838383. Windows color (decimal): -7043509 or 4949652. OLE color: 4949652.

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

Color convert

RGB14813475-
CMYK00.090.490.42
HSL48.49º32.74%43.73%-
HSV(B)48.49º49.32%58.04%-
XYZ22.0123.8510.1-
YUV131.4696.14139.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=41.46%
G=37.54%
B=21.01%

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
Decimal1481347500.090.490.4248.4932.7443.73
Hex94864B09312A30212c
Octal2242061130116152604154
Binary1001010010000110100101101001110001101010110000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94864B; }

 p { color: rgb(148,134,75); }

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

<style>
 a { background-color: #94864B; }

 a { background-color: rgb(148,134,75); }

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

<style>
 span { border-color: #94864B; }

 span { border-color: rgb(148,134,75); }

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