#805839

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

Shades of Potters Clay #805839

Tints of Potters Clay #805839

Color information

#805839 (or 0x805839) is unknown color: approx Potters Clay. HEX triplet: 80, 58 and 39. RGB value is (128,88,57). Sum of RGB (Red+Green+Blue) = 128+88+57=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #805839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805839 is #7FA7C6. Grayscale: #606060. Windows color (decimal): -8366023 or 3758208. OLE color: 3758208.

HSL color Cylindrical-coordinate representation of color #805839: hue angle of 26.2º 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 #805839 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1288857-
CMYK00.310.550.50
HSL26.2º38.38%36.27%-
HSV(B)26.2º55.47%50.2%-
XYZ13.1311.865.47-
YUV96.43105.75150.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=46.89%
G=32.23%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128885700.310.550.5026.238.3836.27
Hex80583901F37321a2624
Octal200130710376762324644
Binary10000000101100011100101111111011111001011010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805839; }

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

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

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

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

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

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

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

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