#7C5941

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

Shades of Potters Clay #7C5941

Tints of Potters Clay #7C5941

Color information

#7C5941 (or 0x7C5941) is unknown color: approx Potters Clay. HEX triplet: 7C, 59 and 41. RGB value is (124,89,65). Sum of RGB (Red+Green+Blue) = 124+89+65=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5941 is #83A6BE. Grayscale: #606060. Windows color (decimal): -8627903 or 4282748. OLE color: 4282748.

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

Color convert

RGB1248965-
CMYK00.280.480.51
HSL24.41º31.22%37.06%-
HSV(B)24.41º47.58%48.63%-
XYZ12.8411.816.6-
YUV96.73110.1147.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.60%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=44.60%
G=32.01%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124896500.280.480.5124.4131.2237.06
Hex7C594101C3033181f25
Octal1741311010346063303745
Binary1111100101100110000010111001100001100111100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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