#88883B

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

Shades of Highball #88883B

Tints of Highball #88883B

Color information

#88883B (or 0x88883B) is unknown color: approx Highball. HEX triplet: 88, 88 and 3B. RGB value is (136,136,59). Sum of RGB (Red+Green+Blue) = 136+136+59=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88883B is #7777C4. Grayscale: #7F7F7F. Windows color (decimal): -7829445 or 3901576. OLE color: 3901576.

HSL color Cylindrical-coordinate representation of color #88883B: hue angle of 60º degrees, saturation: 0.39, 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 #88883B is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13613659-
CMYK000.570.47
HSL60º39.49%38.24%-
HSV(B)60º56.62%53.33%-
XYZ19.7523.167.57-
YUV127.2289.5134.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=41.09%
G=41.09%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613659000.570.476039.4938.24
Hex88883B00392F3c2726
Octal21021073007157744746
Binary100010001000100011101100111001101111111100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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