#88794A

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

Shades of Clay Creek #88794A

Tints of Clay Creek #88794A

Color information

#88794A (or 0x88794A) is unknown color: approx Clay Creek. HEX triplet: 88, 79 and 4A. RGB value is (136,121,74). Sum of RGB (Red+Green+Blue) = 136+121+74=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88794A is #7786B5. Grayscale: #787878. Windows color (decimal): -7833270 or 4880776. OLE color: 4880776.

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

Color convert

RGB13612174-
CMYK00.110.460.47
HSL45.48º29.52%41.18%-
HSV(B)45.48º45.59%53.33%-
XYZ18.2319.49.26-
YUV120.13101.97139.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=41.09%
G=36.56%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361217400.110.460.4745.4829.5241.18
Hex88794A0B2E2F2d1e29
Octal2101711120135657553651
Binary10001000111100110010100101110111010111110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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