#7E563A

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

Shades of Potters Clay #7E563A

Tints of Potters Clay #7E563A

Color information

#7E563A (or 0x7E563A) is unknown color: approx Potters Clay. HEX triplet: 7E, 56 and 3A. RGB value is (126,86,58). Sum of RGB (Red+Green+Blue) = 126+86+58=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E563A is #81A9C5. Grayscale: #5E5E5E. Windows color (decimal): -8497606 or 3823230. OLE color: 3823230.

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

Color convert

RGB1268658-
CMYK00.320.540.51
HSL24.71º36.96%36.08%-
HSV(B)24.71º53.97%49.41%-
XYZ12.711.45.53-
YUV94.77107.25150.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.67%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 58 (23.05% from 255) = 21.48%
R=46.67%
G=31.85%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126865800.320.540.5124.7136.9636.08
Hex7E563A0203633192524
Octal176126720406663314544
Binary11111101010110111010010000011011011001111001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,86,58); }

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

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

 a { background-color: rgb(126,86,58); }

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

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

 span { border-color: rgb(126,86,58); }

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