Html Css Color HEX #80583B Potters Clay

📋 copy color: '#80583B'

red 128 ◦ green 88 ◦ blue 59

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

Shades of Potters Clay #80583B

Tints of Potters Clay #80583B

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 value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80583B (or 0x80583B) is known color: 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

RGB 128 88 59 -
CMYK 0 0.31 0.54 0.50
HSL 25.22º 0.37% 0.37% -
HSV(B) 25.22º 0.54% 0.5% -
XYZ 13.18 11.88 5.74 -
YUV 96.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 128 88 59 0 0.31 0.54 0.50 25.22 0.37 0.37
Hex 80 58 3B 0 1F 36 32 19 25 25
Octal 200 130 73 0 37 66 62 31 45 45
Binary 10000000 1011000 111011 0 11111 110110 110010 11001 100101 100101

Color Harmonies of #80583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80583B

Black with #80583B

Text Example


Text Example

White with #80583B

Text Example


Text Example

HTML Codes & Css Web 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>