Html Css Color HEX #805943 Potters Clay

📋 copy color: '#805943'

red 128 ◦ green 89 ◦ blue 67

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

Shades of Potters Clay #805943

Tints of Potters Clay #805943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.59%

R = 45.07%
G = 31.34%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#805943 (or 0x805943) is known color: Potters Clay. HEX triplet: 80, 59 and 43. RGB value is (128,89,67). Sum of RGB (Red+Green+Blue) = 128+89+67=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805943 is #7FA6BC. Grayscale: #626262. Windows color (decimal): -8365757 or 4413824. OLE color: 4413824.

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

Color convert

RGB 128 89 67 -
CMYK 0 0.30 0.48 0.50
HSL 21.64º 0.31% 0.38% -
HSV(B) 21.64º 0.48% 0.5% -
XYZ 13.49 12.14 6.94 -
YUV 98.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 128 89 67 0 0.30 0.48 0.50 21.64 0.31 0.38
Hex 80 59 43 0 1E 30 32 16 1F 26
Octal 200 131 103 0 36 60 62 26 37 46
Binary 10000000 1011001 1000011 0 11110 110000 110010 10110 11111 100110

Color Harmonies of #805943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805943

Black with #805943

Text Example


Text Example

White with #805943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805943; }

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

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

background-color css

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

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

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

border-color css

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

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

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