#88825D

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

Shades of Clay Creek #88825D

Tints of Clay Creek #88825D

Color information

#88825D (or 0x88825D) is unknown color: approx Clay Creek. HEX triplet: 88, 82 and 5D. RGB value is (136,130,93). Sum of RGB (Red+Green+Blue) = 136+130+93=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88825D is #777DA2. Grayscale: #7F7F7F. Windows color (decimal): -7830947 or 6128264. OLE color: 6128264.

HSL color Cylindrical-coordinate representation of color #88825D: hue angle of 51.63º 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 #88825D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13613093-
CMYK00.040.320.47
HSL51.63º18.78%44.9%-
HSV(B)51.63º31.62%53.33%-
XYZ20.1121.9913.54-
YUV127.58108.49134.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=37.88%
G=36.21%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361309300.040.320.4751.6318.7844.9
Hex88825D04202F34132d
Octal210202135044057642355
Binary10001000100000101011101010010000010111111010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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