#88853D

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

Shades of Highball #88853D

Tints of Highball #88853D

Color information

#88853D (or 0x88853D) is unknown color: approx Highball. HEX triplet: 88, 85 and 3D. RGB value is (136,133,61). Sum of RGB (Red+Green+Blue) = 136+133+61=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88853D is #777AC2. Grayscale: #7D7D7D. Windows color (decimal): -7830211 or 4031880. OLE color: 4031880.

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

Color convert

RGB13613361-
CMYK00.020.550.47
HSL57.6º38.07%38.63%-
HSV(B)57.6º55.15%53.33%-
XYZ19.3822.357.71-
YUV125.6991.49135.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=41.21%
G=40.30%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361336100.020.550.4757.638.0738.63
Hex88853D02372F3a2627
Octal21020575026757724647
Binary1000100010000101111101010110111101111111010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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