#94894D

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

Shades of Highball #94894D

Tints of Highball #94894D

Color information

#94894D (or 0x94894D) is unknown color: approx Highball. HEX triplet: 94, 89 and 4D. RGB value is (148,137,77). Sum of RGB (Red+Green+Blue) = 148+137+77=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94894D is #6B76B2. Grayscale: #858585. Windows color (decimal): -7042739 or 5081492. OLE color: 5081492.

HSL color Cylindrical-coordinate representation of color #94894D: hue angle of 50.7º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94894D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14813777-
CMYK00.070.480.42
HSL50.7º31.56%44.12%-
HSV(B)50.7º47.97%58.04%-
XYZ22.524.7210.61-
YUV133.4596.14138.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=40.88%
G=37.85%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481377700.070.480.4250.731.5644.12
Hex94894D07302A33202c
Octal224211115076052634054
Binary100101001000100110011010111110000101010110011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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