#887B3A

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

Shades of Highball #887B3A

Tints of Highball #887B3A

Color information

#887B3A (or 0x887B3A) is unknown color: approx Highball. HEX triplet: 88, 7B and 3A. RGB value is (136,123,58). Sum of RGB (Red+Green+Blue) = 136+123+58=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #887B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B3A is #7784C5. Grayscale: #777777. Windows color (decimal): -7832774 or 3832712. OLE color: 3832712.

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

Color convert

RGB13612358-
CMYK00.100.570.47
HSL50º40.21%38.04%-
HSV(B)50º57.35%53.33%-
XYZ1819.716.86-
YUV119.4893.31139.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=42.90%
G=38.80%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361235800.100.570.475040.2138.04
Hex887B3A0A392F322826
Octal210173720127157625046
Binary10001000111101111101001010111001101111110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887B3A; }

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

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

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

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

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

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

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

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