#888379

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

Shades of Concord #888379

Tints of Concord #888379

Color information

#888379 (or 0x888379) is unknown color: approx Concord. HEX triplet: 88, 83 and 79. RGB value is (136,131,121). Sum of RGB (Red+Green+Blue) = 136+131+121=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #888379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888379 is #777C86. Grayscale: #838383. Windows color (decimal): -7830663 or 7963528. OLE color: 7963528.

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

Color convert

RGB136131121-
CMYK00.040.110.47
HSL40º5.93%50.39%-
HSV(B)40º11.03%53.33%-
XYZ21.7222.8521.35-
YUV131.35122.16131.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=35.05%
G=33.76%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613112100.040.110.47405.9350.39
Hex88837904B2F28632
Octal21020317104135750662
Binary1000100010000011111100101001011101111101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888379; }

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

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

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

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

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

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

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

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