#88825A

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

Shades of Clay Creek #88825A

Tints of Clay Creek #88825A

Color information

#88825A (or 0x88825A) is unknown color: approx Clay Creek. HEX triplet: 88, 82 and 5A. RGB value is (136,130,90). Sum of RGB (Red+Green+Blue) = 136+130+90=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88825A is #777DA5. Grayscale: #7F7F7F. Windows color (decimal): -7830950 or 5931656. OLE color: 5931656.

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

Color convert

RGB13613090-
CMYK00.040.340.47
HSL52.17º20.35%44.31%-
HSV(B)52.17º33.82%53.33%-
XYZ19.9821.9412.85-
YUV127.23106.99134.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=38.20%
G=36.52%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361309000.040.340.4752.1720.3544.31
Hex88825A04222F34142c
Octal210202132044257642454
Binary10001000100000101011010010010001010111111010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88825A; }

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

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

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

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

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

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

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

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