#7D5845

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

Shades of Potters Clay #7D5845

Tints of Potters Clay #7D5845

Color information

#7D5845 (or 0x7D5845) is unknown color: approx Potters Clay. HEX triplet: 7D, 58 and 45. RGB value is (125,88,69). Sum of RGB (Red+Green+Blue) = 125+88+69=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5845 is #82A7BA. Grayscale: #616161. Windows color (decimal): -8562619 or 4544637. OLE color: 4544637.

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

Color convert

RGB1258869-
CMYK00.300.450.51
HSL20.36º28.87%38.04%-
HSV(B)20.36º44.8%49.02%-
XYZ13.0211.777.22-
YUV96.9112.26148.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.33%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=44.33%
G=31.21%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125886900.300.450.5120.3628.8738.04
Hex7D584501E2D33141d26
Octal1751301050365563243546
Binary1111101101100010001010111101011011100111010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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