#888350

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

Shades of Clay Creek #888350

Tints of Clay Creek #888350

Color information

#888350 (or 0x888350) is unknown color: approx Clay Creek. HEX triplet: 88, 83 and 50. RGB value is (136,131,80). Sum of RGB (Red+Green+Blue) = 136+131+80=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #888350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888350 is #777CAF. Grayscale: #7E7E7E. Windows color (decimal): -7830704 or 5276552. OLE color: 5276552.

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

Color convert

RGB13613180-
CMYK00.040.410.47
HSL54.64º25.93%42.35%-
HSV(B)54.64º41.18%53.33%-
XYZ19.7222.0510.81-
YUV126.68101.66134.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=39.19%
G=37.75%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361318000.040.410.4754.6425.9342.35
Hex88835004292F371a2a
Octal210203120045157673252
Binary10001000100000111010000010010100110111111011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888350; }

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

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

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

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

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

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

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

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