Html Css Color HEX #80603D Potters Clay

📋 copy color: '#80603D'

red 128 ◦ green 96 ◦ blue 61

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

Shades of Potters Clay #80603D

Tints of Potters Clay #80603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 44.91%
G = 33.68%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80603D (or 0x80603D) is known color: Potters Clay. HEX triplet: 80, 60 and 3D. RGB value is (128,96,61). Sum of RGB (Red+Green+Blue) = 128+96+61=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80603D is #7F9FC2. Grayscale: #656565. Windows color (decimal): -8363971 or 4022400. OLE color: 4022400.

HSL color Cylindrical-coordinate representation of color #80603D: hue angle of 31.34º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80603D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 61 -
CMYK 0 0.25 0.52 0.50
HSL 31.34º 0.35% 0.37% -
HSV(B) 31.34º 0.52% 0.5% -
XYZ 13.93 13.29 6.25 -
YUV 101.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 128 96 61 0 0.25 0.52 0.50 31.34 0.35 0.37
Hex 80 60 3D 0 19 34 32 1F 23 25
Octal 200 140 75 0 31 64 62 37 43 45
Binary 10000000 1100000 111101 0 11001 110100 110010 11111 100011 100101

Color Harmonies of #80603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80603D

Black with #80603D

Text Example


Text Example

White with #80603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80603D; }

 p { color: rgb(128,96,61); }

 H1.HeaderClassName
 {
   color: #80603D;
 }
 .AnyTagClassName
 {
   color: #80603D;
 }
</style>

background-color css

<style>
 a { background-color: #80603D; }

 a { background-color: rgb(128,96,61); }

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

border-color css

<style>
 span { border-color: #80603D; }

 span { border-color: rgb(128,96,61); }

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