#8D7F54

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

Shades of Clay Creek #8D7F54

Tints of Clay Creek #8D7F54

Color information

#8D7F54 (or 0x8D7F54) is unknown color: approx Clay Creek. HEX triplet: 8D, 7F and 54. RGB value is (141,127,84). Sum of RGB (Red+Green+Blue) = 141+127+84=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7F54 is #7280AB. Grayscale: #7E7E7E. Windows color (decimal): -7504044 or 5537677. OLE color: 5537677.

HSL color Cylindrical-coordinate representation of color #8D7F54: hue angle of 45.26º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7F54 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB14112784-
CMYK00.100.400.45
HSL45.26º25.33%44.12%-
HSV(B)45.26º40.43%55.29%-
XYZ20.1721.4811.47-
YUV126.28104.14138.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=40.06%
G=36.08%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411278400.100.400.4545.2625.3344.12
Hex8D7F540A282D2d192c
Octal2151771240125055553154
Binary10001101111111110101000101010100010110110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,84); }

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

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

 a { background-color: rgb(141,127,84); }

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

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

 span { border-color: rgb(141,127,84); }

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