Html Css Color HEX #80583A Potters Clay

📋 copy color: '#80583A'

red 128 ◦ green 88 ◦ blue 58

#80583A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #80583A

Tints of Potters Clay #80583A

RGB

 RED value IS 128 (50.39% from 255) = 46.72%

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 46.72%
G = 32.12%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80583A (or 0x80583A) is known color: Potters Clay. HEX triplet: 80, 58 and 3A. RGB value is (128,88,58). Sum of RGB (Red+Green+Blue) = 128+88+58=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80583A is #7FA7C5. Grayscale: #606060. Windows color (decimal): -8366022 or 3823744. OLE color: 3823744.

HSL color Cylindrical-coordinate representation of color #80583A: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80583A is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 58 -
CMYK 0 0.31 0.55 0.50
HSL 25.71º 0.38% 0.36% -
HSV(B) 25.71º 0.55% 0.5% -
XYZ 13.16 11.87 5.6 -
YUV 96.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 128 88 58 0 0.31 0.55 0.50 25.71 0.38 0.36
Hex 80 58 3A 0 1F 37 32 1A 26 24
Octal 200 130 72 0 37 67 62 32 46 44
Binary 10000000 1011000 111010 0 11111 110111 110010 11010 100110 100100

Color Harmonies of #80583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80583A

Black with #80583A

Text Example


Text Example

White with #80583A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80583A;
 }
 .AnyTagClassName
 {
   color: #80583A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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