#8C8152

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

Shades of Clay Creek #8C8152

Tints of Clay Creek #8C8152

Color information

#8C8152 (or 0x8C8152) is unknown color: approx Clay Creek. HEX triplet: 8C, 81 and 52. RGB value is (140,129,82). Sum of RGB (Red+Green+Blue) = 140+129+82=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8152 is #737EAD. Grayscale: #7F7F7F. Windows color (decimal): -7569070 or 5407116. OLE color: 5407116.

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

Color convert

RGB14012982-
CMYK00.080.410.45
HSL48.62º26.13%43.53%-
HSV(B)48.62º41.43%54.9%-
XYZ20.1921.8911.14-
YUV126.93102.64137.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=39.89%
G=36.75%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401298200.080.410.4548.6226.1343.53
Hex8C815208292D311a2c
Octal2142011220105155613254
Binary100011001000000110100100100010100110110111000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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