#8C7A52

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

Shades of Clay Creek #8C7A52

Tints of Clay Creek #8C7A52

Color information

#8C7A52 (or 0x8C7A52) is unknown color: approx Clay Creek. HEX triplet: 8C, 7A and 52. RGB value is (140,122,82). Sum of RGB (Red+Green+Blue) = 140+122+82=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A52 is #7385AD. Grayscale: #7A7A7A. Windows color (decimal): -7570862 or 5405324. OLE color: 5405324.

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

Color convert

RGB14012282-
CMYK00.130.410.45
HSL41.38º26.13%43.53%-
HSV(B)41.38º41.43%54.9%-
XYZ19.320.110.85-
YUV122.82104.96140.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=40.70%
G=35.47%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401228200.130.410.4541.3826.1343.53
Hex8C7A520D292D291a2c
Octal2141721220155155513254
Binary10001100111101010100100110110100110110110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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