#7F5844

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

Shades of Potters Clay #7F5844

Tints of Potters Clay #7F5844

Color information

#7F5844 (or 0x7F5844) is unknown color: approx Potters Clay. HEX triplet: 7F, 58 and 44. RGB value is (127,88,68). Sum of RGB (Red+Green+Blue) = 127+88+68=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5844 is #80A7BB. Grayscale: #616161. Windows color (decimal): -8431548 or 4479103. OLE color: 4479103.

HSL color Cylindrical-coordinate representation of color #7F5844: hue angle of 20.34º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5844 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1278868-
CMYK00.310.460.50
HSL20.34º30.26%38.24%-
HSV(B)20.34º46.46%49.8%-
XYZ13.2911.917.07-
YUV97.38111.42149.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.88%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=44.88%
G=31.10%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127886800.310.460.5020.3430.2638.24
Hex7F584401F2E32141e26
Octal1771301040375662243646
Binary1111111101100010001000111111011101100101010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,68); }

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

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

 a { background-color: rgb(127,88,68); }

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

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

 span { border-color: rgb(127,88,68); }

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