#8D7952

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

Shades of Clay Creek #8D7952

Tints of Clay Creek #8D7952

Color information

#8D7952 (or 0x8D7952) is unknown color: approx Clay Creek. HEX triplet: 8D, 79 and 52. RGB value is (141,121,82). Sum of RGB (Red+Green+Blue) = 141+121+82=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7952 is #7286AD. Grayscale: #7A7A7A. Windows color (decimal): -7505582 or 5405069. OLE color: 5405069.

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

Color convert

RGB14112182-
CMYK00.140.420.45
HSL39.66º26.46%43.73%-
HSV(B)39.66º41.84%55.29%-
XYZ19.3419.9510.81-
YUV122.53105.13141.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=40.99%
G=35.17%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411218200.140.420.4539.6626.4643.73
Hex8D79520E2A2D281a2c
Octal2151711220165255503254
Binary10001101111100110100100111010101010110110100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,121,82); }

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

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

 a { background-color: rgb(141,121,82); }

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

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

 span { border-color: rgb(141,121,82); }

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