Html Css Color HEX #805940 Potters Clay

📋 copy color: '#805940'

red 128 ◦ green 89 ◦ blue 64

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

Shades of Potters Clay #805940

Tints of Potters Clay #805940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 45.55%
G = 31.67%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#805940 (or 0x805940) is known color: Potters Clay. HEX triplet: 80, 59 and 40. RGB value is (128,89,64). Sum of RGB (Red+Green+Blue) = 128+89+64=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #805940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805940 is #7FA6BF. Grayscale: #616161. Windows color (decimal): -8365760 or 4217216. OLE color: 4217216.

HSL color Cylindrical-coordinate representation of color #805940: hue angle of 23.44º 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 #805940 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 64 -
CMYK 0 0.30 0.5 0.50
HSL 23.44º 0.33% 0.38% -
HSV(B) 23.44º 0.5% 0.5% -
XYZ 13.4 12.1 6.48 -
YUV 97.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 128 89 64 0 0.30 0.5 0.50 23.44 0.33 0.38
Hex 80 59 40 0 1E 32 32 17 21 26
Octal 200 131 100 0 36 62 62 27 41 46
Binary 10000000 1011001 1000000 0 11110 110010 110010 10111 100001 100110

Color Harmonies of #805940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805940

Black with #805940

Text Example


Text Example

White with #805940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805940; }

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

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

background-color css

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

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

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

border-color css

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

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

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