#7A5947

Color #7A5947 Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #7A5947

Tints of Potters Clay #7A5947

Color information

#7A5947 (or 0x7A5947) is unknown color: approx Potters Clay. HEX triplet: 7A, 59 and 47. RGB value is (122,89,71). Sum of RGB (Red+Green+Blue) = 122+89+71=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5947 is #85A6B8. Grayscale: #606060. Windows color (decimal): -8758969 or 4675962. OLE color: 4675962.

HSL color Cylindrical-coordinate representation of color #7A5947: hue angle of 21.18º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A5947 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1228971-
CMYK00.270.420.52
HSL21.18º26.42%37.84%-
HSV(B)21.18º41.8%47.84%-
XYZ12.7411.747.56-
YUV96.82113.43145.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=43.26%
G=31.56%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122897100.270.420.5221.1826.4237.84
Hex7A594701B2A34151a26
Octal1721311070335264253246
Binary1111010101100110001110110111010101101001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5947; }

 p { color: rgb(122,89,71); }

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

<style>
 a { background-color: #7A5947; }

 a { background-color: rgb(122,89,71); }

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

<style>
 span { border-color: #7A5947; }

 span { border-color: rgb(122,89,71); }

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