#88794F

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

Shades of Clay Creek #88794F

Tints of Clay Creek #88794F

Color information

#88794F (or 0x88794F) is unknown color: approx Clay Creek. HEX triplet: 88, 79 and 4F. RGB value is (136,121,79). Sum of RGB (Red+Green+Blue) = 136+121+79=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #88794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88794F is #7786B0. Grayscale: #787878. Windows color (decimal): -7833265 or 5208456. OLE color: 5208456.

HSL color Cylindrical-coordinate representation of color #88794F: hue angle of 44.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88794F is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13612179-
CMYK00.110.420.47
HSL44.21º26.51%42.16%-
HSV(B)44.21º41.91%53.33%-
XYZ18.419.4710.19-
YUV120.7104.47138.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=40.48%
G=36.01%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361217900.110.420.4744.2126.5142.16
Hex88794F0B2A2F2c1b2a
Octal2101711170135257543352
Binary10001000111100110011110101110101010111110110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88794F; }

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

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

<style>
 a { background-color: #88794F; }

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

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

<style>
 span { border-color: #88794F; }

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

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