#805735

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

Shades of Potters Clay #805735

Tints of Potters Clay #805735

Color information

#805735 (or 0x805735) is unknown color: approx Potters Clay. HEX triplet: 80, 57 and 35. RGB value is (128,87,53). Sum of RGB (Red+Green+Blue) = 128+87+53=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #805735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805735 is #7FA8CA. Grayscale: #5F5F5F. Windows color (decimal): -8366283 or 3495808. OLE color: 3495808.

HSL color Cylindrical-coordinate representation of color #805735: hue angle of 27.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805735 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1288753-
CMYK00.320.590.50
HSL27.2º41.44%35.49%-
HSV(B)27.2º58.59%50.2%-
XYZ12.9511.664.94-
YUV95.38104.08151.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=47.76%
G=32.46%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128875300.320.590.5027.241.4435.49
Hex8057350203B321b2923
Octal200127650407362335143
Binary100000001010111110101010000011101111001011011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805735; }

 p { color: rgb(128,87,53); }

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

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

 a { background-color: rgb(128,87,53); }

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

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

 span { border-color: rgb(128,87,53); }

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