#8C7954

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

Shades of Clay Creek #8C7954

Tints of Clay Creek #8C7954

Color information

#8C7954 (or 0x8C7954) is unknown color: approx Clay Creek. HEX triplet: 8C, 79 and 54. RGB value is (140,121,84). Sum of RGB (Red+Green+Blue) = 140+121+84=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7954 is #7386AB. Grayscale: #7A7A7A. Windows color (decimal): -7571116 or 5536140. OLE color: 5536140.

HSL color Cylindrical-coordinate representation of color #8C7954: hue angle of 39.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C7954 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB14012184-
CMYK00.140.40.45
HSL39.64º25%43.92%-
HSV(B)39.64º40%54.9%-
XYZ19.2519.8911.21-
YUV122.46106.29140.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=40.58%
G=35.07%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401218400.140.40.4539.642543.92
Hex8C79540E282D28192c
Octal2141711240165055503154
Binary10001100111100110101000111010100010110110100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,84); }

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

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

 a { background-color: rgb(140,121,84); }

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

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

 span { border-color: rgb(140,121,84); }

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