#88883D

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

Shades of Highball #88883D

Tints of Highball #88883D

Color information

#88883D (or 0x88883D) is unknown color: approx Highball. HEX triplet: 88, 88 and 3D. RGB value is (136,136,61). Sum of RGB (Red+Green+Blue) = 136+136+61=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88883D is #7777C2. Grayscale: #7F7F7F. Windows color (decimal): -7829443 or 4032648. OLE color: 4032648.

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

Color convert

RGB13613661-
CMYK000.550.47
HSL60º38.07%38.63%-
HSV(B)60º55.15%53.33%-
XYZ19.823.187.85-
YUV127.4590.5134.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=40.84%
G=40.84%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613661000.550.476038.0738.63
Hex88883D00372F3c2627
Octal21021075006757744647
Binary100010001000100011110100110111101111111100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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