#7D583D

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

Shades of Potters Clay #7D583D

Tints of Potters Clay #7D583D

Color information

#7D583D (or 0x7D583D) is unknown color: approx Potters Clay. HEX triplet: 7D, 58 and 3D. RGB value is (125,88,61). Sum of RGB (Red+Green+Blue) = 125+88+61=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D583D is #82A7C2. Grayscale: #606060. Windows color (decimal): -8562627 or 4020349. OLE color: 4020349.

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

Color convert

RGB1258861-
CMYK00.300.510.51
HSL25.31º34.41%36.47%-
HSV(B)25.31º51.2%49.02%-
XYZ12.7911.685.99-
YUV95.99108.26148.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.62%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 61 (24.22% from 255) = 22.26%
R=45.62%
G=32.12%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125886100.300.510.5125.3134.4136.47
Hex7D583D01E3333192224
Octal175130750366363314244
Binary1111101101100011110101111011001111001111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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