#805944

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

Shades of Potters Clay #805944

Tints of Potters Clay #805944

Color information

#805944 (or 0x805944) is unknown color: approx Potters Clay. HEX triplet: 80, 59 and 44. RGB value is (128,89,68). Sum of RGB (Red+Green+Blue) = 128+89+68=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #805944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805944 is #7FA6BB. Grayscale: #626262. Windows color (decimal): -8365756 or 4479360. OLE color: 4479360.

HSL color Cylindrical-coordinate representation of color #805944: hue angle of 21º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805944 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB1288968-
CMYK00.300.470.50
HSL21º30.61%38.43%-
HSV(B)21º46.88%50.2%-
XYZ13.5212.157.1-
YUV98.27110.92149.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=44.91%
G=31.23%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128896800.300.470.502130.6138.43
Hex80594401E2F32151f26
Octal2001311040365762253746
Binary10000000101100110001000111101011111100101010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805944; }

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

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

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

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

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

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

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

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