#8D7A52

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

Shades of Clay Creek #8D7A52

Tints of Clay Creek #8D7A52

Color information

#8D7A52 (or 0x8D7A52) is unknown color: approx Clay Creek. HEX triplet: 8D, 7A and 52. RGB value is (141,122,82). Sum of RGB (Red+Green+Blue) = 141+122+82=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7A52 is #7285AD. Grayscale: #7B7B7B. Windows color (decimal): -7505326 or 5405325. OLE color: 5405325.

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

Color convert

RGB14112282-
CMYK00.130.420.45
HSL40.68º26.46%43.73%-
HSV(B)40.68º41.84%55.29%-
XYZ19.4720.1910.85-
YUV123.12104.79140.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=40.87%
G=35.36%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411228200.130.420.4540.6826.4643.73
Hex8D7A520D2A2D291a2c
Octal2151721220155255513254
Binary10001101111101010100100110110101010110110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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