#88833A

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

Shades of Highball #88833A

Tints of Highball #88833A

Color information

#88833A (or 0x88833A) is unknown color: approx Highball. HEX triplet: 88, 83 and 3A. RGB value is (136,131,58). Sum of RGB (Red+Green+Blue) = 136+131+58=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88833A is #777CC5. Grayscale: #7C7C7C. Windows color (decimal): -7830726 or 3834760. OLE color: 3834760.

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

Color convert

RGB13613158-
CMYK00.040.570.47
HSL56.15º40.21%38.04%-
HSV(B)56.15º57.35%53.33%-
XYZ19.0321.777.2-
YUV124.1790.66136.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=41.85%
G=40.31%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361315800.040.570.4756.1540.2138.04
Hex88833A04392F382826
Octal21020372047157705046
Binary10001000100000111110100100111001101111111000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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