#88863A

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

Shades of Highball #88863A

Tints of Highball #88863A

Color information

#88863A (or 0x88863A) is unknown color: approx Highball. HEX triplet: 88, 86 and 3A. RGB value is (136,134,58). Sum of RGB (Red+Green+Blue) = 136+134+58=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #88863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88863A is #7779C5. Grayscale: #7E7E7E. Windows color (decimal): -7829958 or 3835528. OLE color: 3835528.

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

Color convert

RGB13613458-
CMYK00.010.570.47
HSL58.46º40.21%38.04%-
HSV(B)58.46º57.35%53.33%-
XYZ19.4422.597.34-
YUV125.9389.66135.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=41.46%
G=40.85%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361345800.010.570.4758.4640.2138.04
Hex88863A01392F3a2826
Octal21020672017157725046
Binary100010001000011011101001111001101111111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88863A; }

 p { color: rgb(136,134,58); }

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

<style>
 a { background-color: #88863A; }

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

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

<style>
 span { border-color: #88863A; }

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

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