#888259

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

Shades of Clay Creek #888259

Tints of Clay Creek #888259

Color information

#888259 (or 0x888259) is unknown color: approx Clay Creek. HEX triplet: 88, 82 and 59. RGB value is (136,130,89). Sum of RGB (Red+Green+Blue) = 136+130+89=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #888259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888259 is #777DA6. Grayscale: #7F7F7F. Windows color (decimal): -7830951 or 5866120. OLE color: 5866120.

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

Color convert

RGB13613089-
CMYK00.040.350.47
HSL52.34º20.89%44.12%-
HSV(B)52.34º34.56%53.33%-
XYZ19.9421.9212.63-
YUV127.12106.49134.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=38.31%
G=36.62%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361308900.040.350.4752.3420.8944.12
Hex88825904232F34152c
Octal210202131044357642554
Binary10001000100000101011001010010001110111111010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888259; }

 p { color: rgb(136,130,89); }

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

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

 a { background-color: rgb(136,130,89); }

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

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

 span { border-color: rgb(136,130,89); }

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