#88864F

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

Shades of Clay Creek #88864F

Tints of Clay Creek #88864F

Color information

#88864F (or 0x88864F) is unknown color: approx Clay Creek. HEX triplet: 88, 86 and 4F. RGB value is (136,134,79). Sum of RGB (Red+Green+Blue) = 136+134+79=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88864F is #7779B0. Grayscale: #808080. Windows color (decimal): -7829937 or 5211784. OLE color: 5211784.

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

Color convert

RGB13613479-
CMYK00.010.420.47
HSL57.89º26.51%42.16%-
HSV(B)57.89º41.91%53.33%-
XYZ20.0922.8510.75-
YUV128.33100.16133.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=38.97%
G=38.40%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361347900.010.420.4757.8926.5142.16
Hex88864F012A2F3a1b2a
Octal210206117015257723352
Binary100010001000011010011110110101010111111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88864F; }

 p { color: rgb(136,134,79); }

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

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

 a { background-color: rgb(136,134,79); }

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

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

 span { border-color: rgb(136,134,79); }

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