#94894B

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

Shades of Highball #94894B

Tints of Highball #94894B

Color information

#94894B (or 0x94894B) is unknown color: approx Highball. HEX triplet: 94, 89 and 4B. RGB value is (148,137,75). Sum of RGB (Red+Green+Blue) = 148+137+75=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94894B is #6B76B4. Grayscale: #858585. Windows color (decimal): -7042741 or 4950420. OLE color: 4950420.

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

Color convert

RGB14813775-
CMYK00.070.490.42
HSL50.96º32.74%43.73%-
HSV(B)50.96º49.32%58.04%-
XYZ22.4324.710.24-
YUV133.2295.14138.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=41.11%
G=38.06%
B=20.83%

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
Decimal1481377500.070.490.4250.9632.7443.73
Hex94894B07312A33212c
Octal224211113076152634154
Binary100101001000100110010110111110001101010110011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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