#8C844C

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

Shades of Clay Creek #8C844C

Tints of Clay Creek #8C844C

Color information

#8C844C (or 0x8C844C) is unknown color: approx Clay Creek. HEX triplet: 8C, 84 and 4C. RGB value is (140,132,76). Sum of RGB (Red+Green+Blue) = 140+132+76=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C844C is #737BB3. Grayscale: #808080. Windows color (decimal): -7568308 or 5014668. OLE color: 5014668.

HSL color Cylindrical-coordinate representation of color #8C844C: hue angle of 52.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C844C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB14013276-
CMYK00.060.460.45
HSL52.5º29.63%42.35%-
HSV(B)52.5º45.71%54.9%-
XYZ20.3722.610.13-
YUV128.0198.65136.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=40.23%
G=37.93%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401327600.060.460.4552.529.6342.35
Hex8C844C062E2D341e2a
Octal214204114065655643652
Binary10001100100001001001100011010111010110111010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C844C; }

 p { color: rgb(140,132,76); }

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

<style>
 a { background-color: #8C844C; }

 a { background-color: rgb(140,132,76); }

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

<style>
 span { border-color: #8C844C; }

 span { border-color: rgb(140,132,76); }

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