#815F3A

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

Shades of Potters Clay #815F3A

Tints of Potters Clay #815F3A

Color information

#815F3A (or 0x815F3A) is unknown color: approx Potters Clay. HEX triplet: 81, 5F and 3A. RGB value is (129,95,58). Sum of RGB (Red+Green+Blue) = 129+95+58=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #815F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F3A is #7EA0C5. Grayscale: #656565. Windows color (decimal): -8298694 or 3825537. OLE color: 3825537.

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

Color convert

RGB1299558-
CMYK00.260.550.49
HSL31.27º37.97%36.67%-
HSV(B)31.27º55.04%50.59%-
XYZ13.9113.165.81-
YUV100.95103.76148.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=45.74%
G=33.69%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129955800.260.550.4931.2737.9736.67
Hex815F3A01A37311f2625
Octal201137720326761374645
Binary10000001101111111101001101011011111000111111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815F3A; }

 p { color: rgb(129,95,58); }

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

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

 a { background-color: rgb(129,95,58); }

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

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

 span { border-color: rgb(129,95,58); }

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