#7D5848

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

Shades of Potters Clay #7D5848

Tints of Potters Clay #7D5848

Color information

#7D5848 (or 0x7D5848) is unknown color: approx Potters Clay. HEX triplet: 7D, 58 and 48. RGB value is (125,88,72). Sum of RGB (Red+Green+Blue) = 125+88+72=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5848 is #82A7B7. Grayscale: #616161. Windows color (decimal): -8562616 or 4741245. OLE color: 4741245.

HSL color Cylindrical-coordinate representation of color #7D5848: hue angle of 18.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5848 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1258872-
CMYK00.300.420.51
HSL18.11º26.9%38.63%-
HSV(B)18.11º42.4%49.02%-
XYZ13.1211.817.72-
YUV97.24113.76147.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.86%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=43.86%
G=30.88%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125887200.300.420.5118.1126.938.63
Hex7D584801E2A33121b27
Octal1751301100365263223347
Binary1111101101100010010000111101010101100111001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,72); }

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

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

 a { background-color: rgb(125,88,72); }

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

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

 span { border-color: rgb(125,88,72); }

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