#7A583E

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

Shades of Potters Clay #7A583E

Tints of Potters Clay #7A583E

Color information

#7A583E (or 0x7A583E) is unknown color: approx Potters Clay. HEX triplet: 7A, 58 and 3E. RGB value is (122,88,62). Sum of RGB (Red+Green+Blue) = 122+88+62=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A583E is #85A7C1. Grayscale: #5F5F5F. Windows color (decimal): -8759234 or 4085882. OLE color: 4085882.

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

Color convert

RGB1228862-
CMYK00.280.490.52
HSL26º32.61%36.08%-
HSV(B)26º49.18%47.84%-
XYZ12.3911.466.12-
YUV95.2109.26147.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=44.85%
G=32.35%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122886200.280.490.522632.6136.08
Hex7A583E01C31341a2124
Octal172130760346164324144
Binary1111010101100011111001110011000111010011010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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