Html Css Color HEX #7A593D Potters Clay

📋 copy color: '#7A593D'

red 122 ◦ green 89 ◦ blue 61

#7A593D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #7A593D

Tints of Potters Clay #7A593D

RGB

 RED value IS 122 (48.05% from 255) = 44.85%

 GREEN value IS 89 (35.16% from 255) = 32.72%

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 44.85%
G = 32.72%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7A593D (or 0x7A593D) is known color: Potters Clay. HEX triplet: 7A, 59 and 3D. RGB value is (122,89,61). Sum of RGB (Red+Green+Blue) = 122+89+61=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A593D is #85A6C2. Grayscale: #5F5F5F. Windows color (decimal): -8758979 or 4020602. OLE color: 4020602.

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

Color convert

RGB 122 89 61 -
CMYK 0 0.27 0.50 0.52
HSL 27.54º 0.33% 0.36% -
HSV(B) 27.54º 0.5% 0.48% -
XYZ 12.44 11.62 6 -
YUV 95.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 122 89 61 0 0.27 0.50 0.52 27.54 0.33 0.36
Hex 7A 59 3D 0 1B 32 34 1C 21 24
Octal 172 131 75 0 33 62 64 34 41 44
Binary 1111010 1011001 111101 0 11011 110010 110100 11100 100001 100100

Color Harmonies of #7A593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A593D

Black with #7A593D

Text Example


Text Example

White with #7A593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A593D;
 }
 .AnyTagClassName
 {
   color: #7A593D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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