#805E39

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

Shades of Potters Clay #805E39

Tints of Potters Clay #805E39

Color information

#805E39 (or 0x805E39) is unknown color: approx Potters Clay. HEX triplet: 80, 5E and 39. RGB value is (128,94,57). Sum of RGB (Red+Green+Blue) = 128+94+57=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #805E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E39 is #7FA1C6. Grayscale: #646464. Windows color (decimal): -8364487 or 3759744. OLE color: 3759744.

HSL color Cylindrical-coordinate representation of color #805E39: hue angle of 31.27º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805E39 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1289457-
CMYK00.270.550.50
HSL31.27º38.38%36.27%-
HSV(B)31.27º55.47%50.2%-
XYZ13.6412.895.64-
YUV99.95103.76148.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=45.88%
G=33.69%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128945700.270.550.5031.2738.3836.27
Hex805E3901B37321f2624
Octal200136710336762374644
Binary10000000101111011100101101111011111001011111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E39; }

 p { color: rgb(128,94,57); }

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

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

 a { background-color: rgb(128,94,57); }

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

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

 span { border-color: rgb(128,94,57); }

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