#805B45

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

Shades of Potters Clay #805B45

Tints of Potters Clay #805B45

Color information

#805B45 (or 0x805B45) is unknown color: approx Potters Clay. HEX triplet: 80, 5B and 45. RGB value is (128,91,69). Sum of RGB (Red+Green+Blue) = 128+91+69=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #805B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B45 is #7FA4BA. Grayscale: #636363. Windows color (decimal): -8365243 or 4545408. OLE color: 4545408.

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

Color convert

RGB1289169-
CMYK00.290.460.50
HSL22.37º29.95%38.63%-
HSV(B)22.37º46.09%50.2%-
XYZ13.7212.57.32-
YUV99.56110.76148.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=44.44%
G=31.60%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128916900.290.460.5022.3729.9538.63
Hex805B4501D2E32161e27
Octal2001331050355662263647
Binary10000000101101110001010111011011101100101011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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