#7C5942

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

Shades of Potters Clay #7C5942

Tints of Potters Clay #7C5942

Color information

#7C5942 (or 0x7C5942) is unknown color: approx Potters Clay. HEX triplet: 7C, 59 and 42. RGB value is (124,89,66). Sum of RGB (Red+Green+Blue) = 124+89+66=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5942 is #83A6BD. Grayscale: #606060. Windows color (decimal): -8627902 or 4348284. OLE color: 4348284.

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

Color convert

RGB1248966-
CMYK00.280.470.51
HSL23.79º30.53%37.25%-
HSV(B)23.79º46.77%48.63%-
XYZ12.8711.826.76-
YUV96.84110.6147.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=44.44%
G=31.90%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124896600.280.470.5123.7930.5337.25
Hex7C594201C2F33181f25
Octal1741311020345763303745
Binary1111100101100110000100111001011111100111100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,66); }

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

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

 a { background-color: rgb(124,89,66); }

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

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

 span { border-color: rgb(124,89,66); }

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