#8C8258

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

Shades of Clay Creek #8C8258

Tints of Clay Creek #8C8258

Color information

#8C8258 (or 0x8C8258) is unknown color: approx Clay Creek. HEX triplet: 8C, 82 and 58. RGB value is (140,130,88). Sum of RGB (Red+Green+Blue) = 140+130+88=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8258 is #737DA7. Grayscale: #808080. Windows color (decimal): -7568808 or 5800588. OLE color: 5800588.

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

Color convert

RGB14013088-
CMYK00.070.370.45
HSL48.46º22.81%44.71%-
HSV(B)48.46º37.14%54.9%-
XYZ20.5622.2512.44-
YUV128.2105.31136.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=39.11%
G=36.31%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401308800.070.370.4548.4622.8144.71
Hex8C825807252D30172d
Octal214202130074555602755
Binary10001100100000101011000011110010110110111000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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