#88853F

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

Shades of Highball #88853F

Tints of Highball #88853F

Color information

#88853F (or 0x88853F) is unknown color: approx Highball. HEX triplet: 88, 85 and 3F. RGB value is (136,133,63). Sum of RGB (Red+Green+Blue) = 136+133+63=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88853F is #777AC0. Grayscale: #7E7E7E. Windows color (decimal): -7830209 or 4162952. OLE color: 4162952.

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

Color convert

RGB13613363-
CMYK00.020.540.47
HSL57.53º36.68%39.02%-
HSV(B)57.53º53.68%53.33%-
XYZ19.4422.378-
YUV125.9292.49135.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 63 (25% from 255) = 18.98%
R=40.96%
G=40.06%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361336300.020.540.4757.5336.6839.02
Hex88853F02362F3a2527
Octal21020577026657724547
Binary1000100010000101111111010110110101111111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88853F; }

 p { color: rgb(136,133,63); }

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

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

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

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

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

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

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