#805A3B

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

Shades of Potters Clay #805A3B

Tints of Potters Clay #805A3B

Color information

#805A3B (or 0x805A3B) is unknown color: approx Potters Clay. HEX triplet: 80, 5A and 3B. RGB value is (128,90,59). Sum of RGB (Red+Green+Blue) = 128+90+59=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A3B is #7FA5C4. Grayscale: #616161. Windows color (decimal): -8365509 or 3889792. OLE color: 3889792.

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

Color convert

RGB1289059-
CMYK00.300.540.50
HSL26.96º36.9%36.67%-
HSV(B)26.96º53.91%50.2%-
XYZ13.3512.225.79-
YUV97.83106.09149.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=46.21%
G=32.49%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128905900.300.540.5026.9636.936.67
Hex805A3B01E36321b2525
Octal200132730366662334545
Binary10000000101101011101101111011011011001011011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,90,59); }

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

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

 a { background-color: rgb(128,90,59); }

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

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

 span { border-color: rgb(128,90,59); }

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