#7A5847

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

Shades of Potters Clay #7A5847

Tints of Potters Clay #7A5847

Color information

#7A5847 (or 0x7A5847) is unknown color: approx Potters Clay. HEX triplet: 7A, 58 and 47. RGB value is (122,88,71). Sum of RGB (Red+Green+Blue) = 122+88+71=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5847 is #85A7B8. Grayscale: #606060. Windows color (decimal): -8759225 or 4675706. OLE color: 4675706.

HSL color Cylindrical-coordinate representation of color #7A5847: hue angle of 20º 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 #7A5847 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1228871-
CMYK00.280.420.52
HSL20º26.42%37.84%-
HSV(B)20º41.8%47.84%-
XYZ12.6511.577.53-
YUV96.23113.76146.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=43.42%
G=31.32%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122887100.280.420.522026.4237.84
Hex7A584701C2A34141a26
Octal1721301070345264243246
Binary1111010101100010001110111001010101101001010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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