#8C814A

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

Shades of Clay Creek #8C814A

Tints of Clay Creek #8C814A

Color information

#8C814A (or 0x8C814A) is unknown color: approx Clay Creek. HEX triplet: 8C, 81 and 4A. RGB value is (140,129,74). Sum of RGB (Red+Green+Blue) = 140+129+74=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C814A is #737EB5. Grayscale: #7E7E7E. Windows color (decimal): -7569078 or 4882828. OLE color: 4882828.

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

Color convert

RGB14012974-
CMYK00.080.470.45
HSL50º30.84%41.96%-
HSV(B)50º47.14%54.9%-
XYZ19.921.779.63-
YUV126.0298.64137.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=40.82%
G=37.61%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401297400.080.470.455030.8441.96
Hex8C814A082F2D321f2a
Octal2142011120105755623752
Binary100011001000000110010100100010111110110111001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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