Html Css Color HEX #7F593F Potters Clay

📋 copy color: '#7F593F'

red 127 ◦ green 89 ◦ blue 63

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

Shades of Potters Clay #7F593F

Tints of Potters Clay #7F593F

RGB

 RED value IS 127 (50% from 255) = 45.52%

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 45.52%
G = 31.9%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F593F (or 0x7F593F) is known color: Potters Clay. HEX triplet: 7F, 59 and 3F. RGB value is (127,89,63). Sum of RGB (Red+Green+Blue) = 127+89+63=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F593F is #80A6C0. Grayscale: #616161. Windows color (decimal): -8431297 or 4151679. OLE color: 4151679.

HSL color Cylindrical-coordinate representation of color #7F593F: hue angle of 24.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F593F is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 63 -
CMYK 0 0.30 0.50 0.50
HSL 24.38º 0.34% 0.37% -
HSV(B) 24.38º 0.5% 0.5% -
XYZ 13.22 12.02 6.33 -
YUV 97.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 127 89 63 0 0.30 0.50 0.50 24.38 0.34 0.37
Hex 7F 59 3F 0 1E 32 32 18 22 25
Octal 177 131 77 0 36 62 62 30 42 45
Binary 1111111 1011001 111111 0 11110 110010 110010 11000 100010 100101

Color Harmonies of #7F593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F593F

Black with #7F593F

Text Example


Text Example

White with #7F593F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,63); }

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

background-color css

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

 a { background-color: rgb(127,89,63); }

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

border-color css

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

 span { border-color: rgb(127,89,63); }

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