#94884D

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

Shades of Highball #94884D

Tints of Highball #94884D

Color information

#94884D (or 0x94884D) is unknown color: approx Highball. HEX triplet: 94, 88 and 4D. RGB value is (148,136,77). Sum of RGB (Red+Green+Blue) = 148+136+77=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94884D is #6B77B2. Grayscale: #858585. Windows color (decimal): -7042995 or 5081236. OLE color: 5081236.

HSL color Cylindrical-coordinate representation of color #94884D: hue angle of 49.86º 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 #94884D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14813677-
CMYK00.080.480.42
HSL49.86º31.56%44.12%-
HSV(B)49.86º47.97%58.04%-
XYZ22.3624.4410.56-
YUV132.8696.48138.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=41.00%
G=37.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481367700.080.480.4249.8631.5644.12
Hex94884D08302A32202c
Octal2242101150106052624054
Binary1001010010001000100110101000110000101010110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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