#8C8852

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

Shades of Clay Creek #8C8852

Tints of Clay Creek #8C8852

Color information

#8C8852 (or 0x8C8852) is unknown color: approx Clay Creek. HEX triplet: 8C, 88 and 52. RGB value is (140,136,82). Sum of RGB (Red+Green+Blue) = 140+136+82=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8852 is #7377AD. Grayscale: #838383. Windows color (decimal): -7567278 or 5408908. OLE color: 5408908.

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

Color convert

RGB14013682-
CMYK00.030.410.45
HSL55.86º26.13%43.53%-
HSV(B)55.86º41.43%54.9%-
XYZ21.1423.7911.46-
YUV131.04100.33134.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=39.11%
G=37.99%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401368200.030.410.4555.8626.1343.53
Hex8C885203292D381a2c
Octal214210122035155703254
Binary1000110010001000101001001110100110110111100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,82); }

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

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

 a { background-color: rgb(140,136,82); }

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

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

 span { border-color: rgb(140,136,82); }

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