#88803D

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

Shades of Highball #88803D

Tints of Highball #88803D

Color information

#88803D (or 0x88803D) is unknown color: approx Highball. HEX triplet: 88, 80 and 3D. RGB value is (136,128,61). Sum of RGB (Red+Green+Blue) = 136+128+61=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88803D is #777FC2. Grayscale: #7B7B7B. Windows color (decimal): -7831491 or 4030600. OLE color: 4030600.

HSL color Cylindrical-coordinate representation of color #88803D: hue angle of 53.6º 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 #88803D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB13612861-
CMYK00.060.550.47
HSL53.6º38.07%38.63%-
HSV(B)53.6º55.15%53.33%-
XYZ18.7121.017.48-
YUV122.7593.15137.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=41.85%
G=39.38%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361286100.060.550.4753.638.0738.63
Hex88803D06372F362627
Octal21020075066757664647
Binary10001000100000001111010110110111101111110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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