#805B46

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

Shades of Potters Clay #805B46

Tints of Potters Clay #805B46

Color information

#805B46 (or 0x805B46) is unknown color: approx Potters Clay. HEX triplet: 80, 5B and 46. RGB value is (128,91,70). Sum of RGB (Red+Green+Blue) = 128+91+70=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #805B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B46 is #7FA4B9. Grayscale: #636363. Windows color (decimal): -8365242 or 4610944. OLE color: 4610944.

HSL color Cylindrical-coordinate representation of color #805B46: hue angle of 21.72º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805B46 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1289170-
CMYK00.290.450.50
HSL21.72º29.29%38.82%-
HSV(B)21.72º45.31%50.2%-
XYZ13.7512.517.49-
YUV99.67111.26148.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=44.29%
G=31.49%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128917000.290.450.5021.7229.2938.82
Hex805B4601D2D32161d27
Octal2001331060355562263547
Binary10000000101101110001100111011011011100101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,91,70); }

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

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

 a { background-color: rgb(128,91,70); }

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

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

 span { border-color: rgb(128,91,70); }

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