#805939

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

Shades of Potters Clay #805939

Tints of Potters Clay #805939

Color information

#805939 (or 0x805939) is unknown color: approx Potters Clay. HEX triplet: 80, 59 and 39. RGB value is (128,89,57). Sum of RGB (Red+Green+Blue) = 128+89+57=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #805939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805939 is #7FA6C6. Grayscale: #616161. Windows color (decimal): -8365767 or 3758464. OLE color: 3758464.

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

Color convert

RGB1288957-
CMYK00.300.550.50
HSL27.04º38.38%36.27%-
HSV(B)27.04º55.47%50.2%-
XYZ13.2112.035.5-
YUV97.01105.42150.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=46.72%
G=32.48%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128895700.300.550.5027.0438.3836.27
Hex80593901E37321b2624
Octal200131710366762334644
Binary10000000101100111100101111011011111001011011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805939; }

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

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

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

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

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

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

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

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