Html Css Color HEX #7D593C Potters Clay

📋 copy color: '#7D593C'

red 125 ◦ green 89 ◦ blue 60

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

Shades of Potters Clay #7D593C

Tints of Potters Clay #7D593C

RGB

 RED value IS 125 (49.22% from 255) = 45.62%

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

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 45.62%
G = 32.48%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D593C (or 0x7D593C) is known color: Potters Clay. HEX triplet: 7D, 59 and 3C. RGB value is (125,89,60). Sum of RGB (Red+Green+Blue) = 125+89+60=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D593C is #82A6C3. Grayscale: #606060. Windows color (decimal): -8562372 or 3955069. OLE color: 3955069.

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

Color convert

RGB 125 89 60 -
CMYK 0 0.29 0.52 0.51
HSL 26.77º 0.35% 0.36% -
HSV(B) 26.77º 0.52% 0.49% -
XYZ 12.85 11.83 5.88 -
YUV 96.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 125 89 60 0 0.29 0.52 0.51 26.77 0.35 0.36
Hex 7D 59 3C 0 1D 34 33 1B 23 24
Octal 175 131 74 0 35 64 63 33 43 44
Binary 1111101 1011001 111100 0 11101 110100 110011 11011 100011 100100

Color Harmonies of #7D593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D593C

Black with #7D593C

Text Example


Text Example

White with #7D593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,60); }

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

background-color css

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

 a { background-color: rgb(125,89,60); }

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

border-color css

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

 span { border-color: rgb(125,89,60); }

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