#7E5838

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

Shades of Potters Clay #7E5838

Tints of Potters Clay #7E5838

Color information

#7E5838 (or 0x7E5838) is unknown color: approx Potters Clay. HEX triplet: 7E, 58 and 38. RGB value is (126,88,56). Sum of RGB (Red+Green+Blue) = 126+88+56=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5838 is #81A7C7. Grayscale: #5F5F5F. Windows color (decimal): -8497096 or 3692670. OLE color: 3692670.

HSL color Cylindrical-coordinate representation of color #7E5838: hue angle of 27.43º 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 #7E5838 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1268856-
CMYK00.300.560.51
HSL27.43º38.46%35.69%-
HSV(B)27.43º55.56%49.41%-
XYZ12.8111.75.32-
YUV95.71105.59149.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.67%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 56 (22.27% from 255) = 20.74%
R=46.67%
G=32.59%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126885600.300.560.5127.4338.4635.69
Hex7E583801E38331b2624
Octal176130700367063334644
Binary1111110101100011100001111011100011001111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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