#80583B

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

Shades of Potters Clay #80583B

Tints of Potters Clay #80583B

Color information

#80583B (or 0x80583B) is unknown color: approx Potters Clay. HEX triplet: 80, 58 and 3B. RGB value is (128,88,59). Sum of RGB (Red+Green+Blue) = 128+88+59=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80583B is #7FA7C4. Grayscale: #606060. Windows color (decimal): -8366021 or 3889280. OLE color: 3889280.

HSL color Cylindrical-coordinate representation of color #80583B: hue angle of 25.22º 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 #80583B is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1288859-
CMYK00.310.540.50
HSL25.22º36.9%36.67%-
HSV(B)25.22º53.91%50.2%-
XYZ13.1811.885.74-
YUV96.65106.75150.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=46.55%
G=32%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128885900.310.540.5025.2236.936.67
Hex80583B01F3632192525
Octal200130730376662314545
Binary10000000101100011101101111111011011001011001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80583B; }

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

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

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

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

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

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

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

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