#815738

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

Shades of Potters Clay #815738

Tints of Potters Clay #815738

Color information

#815738 (or 0x815738) is unknown color: approx Potters Clay. HEX triplet: 81, 57 and 38. RGB value is (129,87,56). Sum of RGB (Red+Green+Blue) = 129+87+56=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #815738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815738 is #7EA8C7. Grayscale: #606060. Windows color (decimal): -8300744 or 3692417. OLE color: 3692417.

HSL color Cylindrical-coordinate representation of color #815738: hue angle of 25.48º degrees, saturation: 0.39, 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 #815738 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1298756-
CMYK00.330.570.49
HSL25.48º39.46%36.27%-
HSV(B)25.48º56.59%50.59%-
XYZ13.1811.775.32-
YUV96.02105.41151.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=47.43%
G=31.99%
B=20.59%

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
Decimal129875600.330.570.4925.4839.4636.27
Hex8157380213931192724
Octal201127700417161314744
Binary100000011010111111000010000111100111000111001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815738; }

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

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

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

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

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

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

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

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