#7C5841

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

Shades of Potters Clay #7C5841

Tints of Potters Clay #7C5841

Color information

#7C5841 (or 0x7C5841) is unknown color: approx Potters Clay. HEX triplet: 7C, 58 and 41. RGB value is (124,88,65). Sum of RGB (Red+Green+Blue) = 124+88+65=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5841 is #83A7BE. Grayscale: #606060. Windows color (decimal): -8628159 or 4282492. OLE color: 4282492.

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

Color convert

RGB1248865-
CMYK00.290.480.51
HSL23.39º31.22%37.06%-
HSV(B)23.39º47.58%48.63%-
XYZ12.7611.656.58-
YUV96.14110.43147.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=44.77%
G=31.77%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124886500.290.480.5123.3931.2237.06
Hex7C584101D3033171f25
Octal1741301010356063273745
Binary1111100101100010000010111011100001100111011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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