#815737

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

Shades of Potters Clay #815737

Tints of Potters Clay #815737

Color information

#815737 (or 0x815737) is unknown color: approx Potters Clay. HEX triplet: 81, 57 and 37. RGB value is (129,87,55). Sum of RGB (Red+Green+Blue) = 129+87+55=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #815737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815737 is #7EA8C8. Grayscale: #606060. Windows color (decimal): -8300745 or 3626881. OLE color: 3626881.

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

Color convert

RGB1298755-
CMYK00.330.570.49
HSL25.95º40.22%36.08%-
HSV(B)25.95º57.36%50.59%-
XYZ13.1511.765.19-
YUV95.91104.91151.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=47.60%
G=32.10%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129875500.330.570.4925.9540.2236.08
Hex81573702139311a2824
Octal201127670417161325044
Binary100000011010111110111010000111100111000111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815737; }

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

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

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

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

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

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

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

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