#88813D

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

Shades of Highball #88813D

Tints of Highball #88813D

Color information

#88813D (or 0x88813D) is unknown color: approx Highball. HEX triplet: 88, 81 and 3D. RGB value is (136,129,61). Sum of RGB (Red+Green+Blue) = 136+129+61=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88813D is #777EC2. Grayscale: #7B7B7B. Windows color (decimal): -7831235 or 4030856. OLE color: 4030856.

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

Color convert

RGB13612961-
CMYK00.050.550.47
HSL54.4º38.07%38.63%-
HSV(B)54.4º55.15%53.33%-
XYZ18.8521.277.53-
YUV123.3492.82137.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=41.72%
G=39.57%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361296100.050.550.4754.438.0738.63
Hex88813D05372F362627
Octal21020175056757664647
Binary10001000100000011111010101110111101111110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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