#7e5638

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

Shades of Potters Clay #7E5638

Tints of Potters Clay #7E5638

Color information

#7E5638 (or 0x7E5638) is unknown color: approx Potters Clay. HEX triplet: 7E, 56 and 38. RGB value is (126,86,56). Sum of RGB (Red+Green+Blue) = 126+86+56=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5638 is #81A9C7. Grayscale: #5E5E5E. Windows color (decimal): -8497608 or 3692158. OLE color: 3692158.

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

Color convert

RGB1268656-
CMYK00.320.560.51
HSL25.71º38.46%35.69%-
HSV(B)25.71º55.56%49.41%-
XYZ12.6511.385.27-
YUV94.54106.25150.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.01%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=47.01%
G=32.09%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126865600.320.560.5125.7138.4635.69
Hex7E563802038331a2624
Octal176126700407063324644
Binary11111101010110111000010000011100011001111010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e5638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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