#8C8154

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

Shades of Clay Creek #8C8154

Tints of Clay Creek #8C8154

Color information

#8C8154 (or 0x8C8154) is unknown color: approx Clay Creek. HEX triplet: 8C, 81 and 54. RGB value is (140,129,84). Sum of RGB (Red+Green+Blue) = 140+129+84=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8154 is #737EAB. Grayscale: #7F7F7F. Windows color (decimal): -7569068 or 5538188. OLE color: 5538188.

HSL color Cylindrical-coordinate representation of color #8C8154: hue angle of 48.21º 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 #8C8154 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB14012984-
CMYK00.080.40.45
HSL48.21º25%43.92%-
HSV(B)48.21º40%54.9%-
XYZ20.2721.9211.55-
YUV127.16103.64137.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=39.66%
G=36.54%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401298400.080.40.4548.212543.92
Hex8C815408282D30192c
Octal2142011240105055603154
Binary100011001000000110101000100010100010110111000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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