#815742

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

Shades of Potters Clay #815742

Tints of Potters Clay #815742

Color information

#815742 (or 0x815742) is unknown color: approx Potters Clay. HEX triplet: 81, 57 and 42. RGB value is (129,87,66). Sum of RGB (Red+Green+Blue) = 129+87+66=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #815742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815742 is #7EA8BD. Grayscale: #616161. Windows color (decimal): -8300734 or 4347777. OLE color: 4347777.

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

Color convert

RGB1298766-
CMYK00.330.490.49
HSL20º32.31%38.24%-
HSV(B)20º48.84%50.59%-
XYZ13.4411.886.74-
YUV97.16110.41150.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=45.74%
G=30.85%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129876600.330.490.492032.3138.24
Hex8157420213131142026
Octal2011271020416161244046
Binary1000000110101111000010010000111000111000110100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815742; }

 p { color: rgb(129,87,66); }

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

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

 a { background-color: rgb(129,87,66); }

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

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

 span { border-color: rgb(129,87,66); }

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