#88824B

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

Shades of Clay Creek #88824B

Tints of Clay Creek #88824B

Color information

#88824B (or 0x88824B) is unknown color: approx Clay Creek. HEX triplet: 88, 82 and 4B. RGB value is (136,130,75). Sum of RGB (Red+Green+Blue) = 136+130+75=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88824B is #777DB4. Grayscale: #7D7D7D. Windows color (decimal): -7830965 or 4948616. OLE color: 4948616.

HSL color Cylindrical-coordinate representation of color #88824B: hue angle of 54.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88824B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13613075-
CMYK00.040.450.47
HSL54.1º28.91%41.37%-
HSV(B)54.1º44.85%53.33%-
XYZ19.4121.719.82-
YUV125.5299.49135.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=39.88%
G=38.12%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361307500.040.450.4754.128.9141.37
Hex88824B042D2F361d29
Octal210202113045557663551
Binary10001000100000101001011010010110110111111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88824B; }

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

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

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

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

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

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

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

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