#88805E

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

Shades of Clay Creek #88805E

Tints of Clay Creek #88805E

Color information

#88805E (or 0x88805E) is unknown color: approx Clay Creek. HEX triplet: 88, 80 and 5E. RGB value is (136,128,94). Sum of RGB (Red+Green+Blue) = 136+128+94=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88805E is #777FA1. Grayscale: #7E7E7E. Windows color (decimal): -7831458 or 6193288. OLE color: 6193288.

HSL color Cylindrical-coordinate representation of color #88805E: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88805E is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13612894-
CMYK00.060.310.47
HSL48.57º18.26%45.1%-
HSV(B)48.57º30.88%53.33%-
XYZ19.8921.4813.69-
YUV126.52109.65134.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=37.99%
G=35.75%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361289400.060.310.4748.5718.2645.1
Hex88805E061F2F31122d
Octal210200136063757612255
Binary1000100010000000101111001101111110111111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88805E; }

 p { color: rgb(136,128,94); }

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

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

 a { background-color: rgb(136,128,94); }

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

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

 span { border-color: rgb(136,128,94); }

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