#88805C

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

Shades of Clay Creek #88805C

Tints of Clay Creek #88805C

Color information

#88805C (or 0x88805C) is unknown color: approx Clay Creek. HEX triplet: 88, 80 and 5C. RGB value is (136,128,92). Sum of RGB (Red+Green+Blue) = 136+128+92=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88805C is #777FA3. Grayscale: #7E7E7E. Windows color (decimal): -7831460 or 6062216. OLE color: 6062216.

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

Color convert

RGB13612892-
CMYK00.060.320.47
HSL49.09º19.3%44.71%-
HSV(B)49.09º32.35%53.33%-
XYZ19.821.4513.22-
YUV126.29108.65134.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=38.20%
G=35.96%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361289200.060.320.4749.0919.344.71
Hex88805C06202F31132d
Octal210200134064057612355
Binary10001000100000001011100011010000010111111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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