#88883A

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

Shades of Highball #88883A

Tints of Highball #88883A

Color information

#88883A (or 0x88883A) is unknown color: approx Highball. HEX triplet: 88, 88 and 3A. RGB value is (136,136,58). Sum of RGB (Red+Green+Blue) = 136+136+58=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88883A is #7777C5. Grayscale: #7F7F7F. Windows color (decimal): -7829446 or 3836040. OLE color: 3836040.

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

Color convert

RGB13613658-
CMYK000.570.47
HSL60º40.21%38.04%-
HSV(B)60º57.35%53.33%-
XYZ19.7223.157.43-
YUV127.1189134.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=41.21%
G=41.21%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613658000.570.476040.2138.04
Hex88883A00392F3c2826
Octal21021072007157745046
Binary100010001000100011101000111001101111111100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88883A; }

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

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

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

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

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

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

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

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