#8C814F

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

Shades of Clay Creek #8C814F

Tints of Clay Creek #8C814F

Color information

#8C814F (or 0x8C814F) is unknown color: approx Clay Creek. HEX triplet: 8C, 81 and 4F. RGB value is (140,129,79). Sum of RGB (Red+Green+Blue) = 140+129+79=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C814F is #737EB0. Grayscale: #7E7E7E. Windows color (decimal): -7569073 or 5210508. OLE color: 5210508.

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

Color convert

RGB14012979-
CMYK00.080.440.45
HSL49.18º27.85%42.94%-
HSV(B)49.18º43.57%54.9%-
XYZ20.0821.8410.55-
YUV126.59101.14137.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=40.23%
G=37.07%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401297900.080.440.4549.1827.8542.94
Hex8C814F082C2D311c2b
Octal2142011170105455613453
Binary100011001000000110011110100010110010110111000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,79); }

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

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

 a { background-color: rgb(140,129,79); }

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

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

 span { border-color: rgb(140,129,79); }

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