#888338

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

Shades of Highball #888338

Tints of Highball #888338

Color information

#888338 (or 0x888338) is unknown color: approx Highball. HEX triplet: 88, 83 and 38. RGB value is (136,131,56). Sum of RGB (Red+Green+Blue) = 136+131+56=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #888338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888338 is #777CC7. Grayscale: #7C7C7C. Windows color (decimal): -7830728 or 3703688. OLE color: 3703688.

HSL color Cylindrical-coordinate representation of color #888338: hue angle of 56.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #888338 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB13613156-
CMYK00.040.590.47
HSL56.25º41.67%37.65%-
HSV(B)56.25º58.82%53.33%-
XYZ18.9821.756.94-
YUV123.9489.66136.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 56 (22.27% from 255) = 17.34%
R=42.11%
G=40.56%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361315600.040.590.4756.2541.6737.65
Hex888338043B2F382a26
Octal21020370047357705246
Binary10001000100000111110000100111011101111111000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888338; }

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

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

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

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

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

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

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

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