#888431

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

Shades of Highball #888431

Tints of Highball #888431

Color information

#888431 (or 0x888431) is unknown color: approx Highball. HEX triplet: 88, 84 and 31. RGB value is (136,132,49). Sum of RGB (Red+Green+Blue) = 136+132+49=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #888431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888431 is #777BCE. Grayscale: #7C7C7C. Windows color (decimal): -7830479 or 3245192. OLE color: 3245192.

HSL color Cylindrical-coordinate representation of color #888431: hue angle of 57.24º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #888431 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB13613249-
CMYK00.030.640.47
HSL57.24º47.03%36.27%-
HSV(B)57.24º63.97%53.33%-
XYZ18.9621.966.14-
YUV123.7385.83136.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=42.90%
G=41.64%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361324900.030.640.4757.2447.0336.27
Hex88843103402F392f24
Octal210204610310057715744
Binary10001000100001001100010111000000101111111001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888431; }

 p { color: rgb(136,132,49); }

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

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

 a { background-color: rgb(136,132,49); }

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

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

 span { border-color: rgb(136,132,49); }

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