Html Css Color HEX #805540 Potters Clay

📋 copy color: '#805540'

red 128 ◦ green 85 ◦ blue 64

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

Shades of Potters Clay #805540

Tints of Potters Clay #805540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 46.21%
G = 30.69%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#805540 (or 0x805540) is known color: Potters Clay. HEX triplet: 80, 55 and 40. RGB value is (128,85,64). Sum of RGB (Red+Green+Blue) = 128+85+64=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805540 is #7FAABF. Grayscale: #5F5F5F. Windows color (decimal): -8366784 or 4216192. OLE color: 4216192.

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

Color convert

RGB 128 85 64 -
CMYK 0 0.34 0.5 0.50
HSL 19.69º 0.33% 0.38% -
HSV(B) 19.69º 0.5% 0.5% -
XYZ 13.08 11.46 6.37 -
YUV 95.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 128 85 64 0 0.34 0.5 0.50 19.69 0.33 0.38
Hex 80 55 40 0 22 32 32 14 21 26
Octal 200 125 100 0 42 62 62 24 41 46
Binary 10000000 1010101 1000000 0 100010 110010 110010 10100 100001 100110

Color Harmonies of #805540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805540

Black with #805540

Text Example


Text Example

White with #805540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805540; }

 p { color: rgb(128,85,64); }

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

background-color css

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

 a { background-color: rgb(128,85,64); }

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

border-color css

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

 span { border-color: rgb(128,85,64); }

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