#7A5845

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

Shades of Potters Clay #7A5845

Tints of Potters Clay #7A5845

Color information

#7A5845 (or 0x7A5845) is unknown color: approx Potters Clay. HEX triplet: 7A, 58 and 45. RGB value is (122,88,69). Sum of RGB (Red+Green+Blue) = 122+88+69=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5845 is #85A7BA. Grayscale: #606060. Windows color (decimal): -8759227 or 4544634. OLE color: 4544634.

HSL color Cylindrical-coordinate representation of color #7A5845: hue angle of 21.51º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A5845 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB1228869-
CMYK00.280.430.52
HSL21.51º27.75%37.45%-
HSV(B)21.51º43.44%47.84%-
XYZ12.5911.557.2-
YUV96112.76146.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=43.73%
G=31.54%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122886900.280.430.5221.5127.7537.45
Hex7A584501C2B34161c25
Octal1721301050345364263445
Binary1111010101100010001010111001010111101001011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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