#8C8751

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

Shades of Clay Creek #8C8751

Tints of Clay Creek #8C8751

Color information

#8C8751 (or 0x8C8751) is unknown color: approx Clay Creek. HEX triplet: 8C, 87 and 51. RGB value is (140,135,81). Sum of RGB (Red+Green+Blue) = 140+135+81=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8751 is #7378AE. Grayscale: #828282. Windows color (decimal): -7567535 or 5343116. OLE color: 5343116.

HSL color Cylindrical-coordinate representation of color #8C8751: hue angle of 54.92º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C8751 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB14013581-
CMYK00.040.420.45
HSL54.92º26.7%43.33%-
HSV(B)54.92º42.14%54.9%-
XYZ20.9623.511.22-
YUV130.34100.16134.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.33%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=39.33%
G=37.92%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401358100.040.420.4554.9226.743.33
Hex8C8751042A2D371b2b
Octal214207121045255673353
Binary10001100100001111010001010010101010110111011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,81); }

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

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

 a { background-color: rgb(140,135,81); }

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

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

 span { border-color: rgb(140,135,81); }

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