#8C8259

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

Shades of Clay Creek #8C8259

Tints of Clay Creek #8C8259

Color information

#8C8259 (or 0x8C8259) is unknown color: approx Clay Creek. HEX triplet: 8C, 82 and 59. RGB value is (140,130,89). Sum of RGB (Red+Green+Blue) = 140+130+89=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8259 is #737DA6. Grayscale: #808080. Windows color (decimal): -7568807 or 5866124. OLE color: 5866124.

HSL color Cylindrical-coordinate representation of color #8C8259: hue angle of 48.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C8259 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB14013089-
CMYK00.070.360.45
HSL48.24º22.27%44.9%-
HSV(B)48.24º36.43%54.9%-
XYZ20.622.2612.66-
YUV128.32105.81136.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=39.00%
G=36.21%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401308900.070.360.4548.2422.2744.9
Hex8C825907242D30162d
Octal214202131074455602655
Binary10001100100000101011001011110010010110111000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,89); }

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

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

 a { background-color: rgb(140,130,89); }

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

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

 span { border-color: rgb(140,130,89); }

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