#888840

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

Shades of Highball #888840

Tints of Highball #888840

Color information

#888840 (or 0x888840) is unknown color: approx Highball. HEX triplet: 88, 88 and 40. RGB value is (136,136,64). Sum of RGB (Red+Green+Blue) = 136+136+64=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888840 is #7777BF. Grayscale: #808080. Windows color (decimal): -7829440 or 4229256. OLE color: 4229256.

HSL color Cylindrical-coordinate representation of color #888840: hue angle of 60º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #888840 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13613664-
CMYK000.530.47
HSL60º36%39.22%-
HSV(B)60º52.94%53.33%-
XYZ19.8823.218.28-
YUV127.7992133.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=40.48%
G=40.48%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613664000.530.47603639.22
Hex88884000352F3c2427
Octal210210100006557744447
Binary1000100010001000100000000110101101111111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888840; }

 p { color: rgb(136,136,64); }

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

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

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

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

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

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

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