#7C5645

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

Shades of Potters Clay #7C5645

Tints of Potters Clay #7C5645

Color information

#7C5645 (or 0x7C5645) is unknown color: approx Potters Clay. HEX triplet: 7C, 56 and 45. RGB value is (124,86,69). Sum of RGB (Red+Green+Blue) = 124+86+69=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5645 is #83A9BA. Grayscale: #5F5F5F. Windows color (decimal): -8628667 or 4544124. OLE color: 4544124.

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

Color convert

RGB1248669-
CMYK00.310.440.51
HSL18.55º28.5%37.84%-
HSV(B)18.55º44.35%48.63%-
XYZ12.7111.377.15-
YUV95.42113.09148.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=44.44%
G=30.82%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124866900.310.440.5118.5528.537.84
Hex7C564501F2C33131c26
Octal1741261050375463233446
Binary1111100101011010001010111111011001100111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,69); }

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

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

 a { background-color: rgb(124,86,69); }

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

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

 span { border-color: rgb(124,86,69); }

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