#88795B

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

Shades of Clay Creek #88795B

Tints of Clay Creek #88795B

Color information

#88795B (or 0x88795B) is unknown color: approx Clay Creek. HEX triplet: 88, 79 and 5B. RGB value is (136,121,91). Sum of RGB (Red+Green+Blue) = 136+121+91=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88795B is #7786A4. Grayscale: #7A7A7A. Windows color (decimal): -7833253 or 5994888. OLE color: 5994888.

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

Color convert

RGB13612191-
CMYK00.110.330.47
HSL40º19.82%44.51%-
HSV(B)40º33.09%53.33%-
XYZ18.8819.6612.7-
YUV122.06110.47137.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=39.08%
G=34.77%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361219100.110.330.474019.8244.51
Hex88795B0B212F28142d
Octal2101711330134157502455
Binary10001000111100110110110101110000110111110100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,121,91); }

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

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

 a { background-color: rgb(136,121,91); }

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

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

 span { border-color: rgb(136,121,91); }

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