Html Css Color HEX #805944 Potters Clay

📋 copy color: '#805944'

red 128 ◦ green 89 ◦ blue 68

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

Shades of Potters Clay #805944

Tints of Potters Clay #805944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.86%

R = 44.91%
G = 31.23%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#805944 (or 0x805944) is known color: Potters Clay. HEX triplet: 80, 59 and 44. RGB value is (128,89,68). Sum of RGB (Red+Green+Blue) = 128+89+68=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #805944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805944 is #7FA6BB. Grayscale: #626262. Windows color (decimal): -8365756 or 4479360. OLE color: 4479360.

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

Color convert

RGB 128 89 68 -
CMYK 0 0.30 0.47 0.50
HSL 21º 0.31% 0.38% -
HSV(B) 21º 0.47% 0.5% -
XYZ 13.52 12.15 7.1 -
YUV 98.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 128 89 68 0 0.30 0.47 0.50 21 0.31 0.38
Hex 80 59 44 0 1E 2F 32 15 1F 26
Octal 200 131 104 0 36 57 62 25 37 46
Binary 10000000 1011001 1000100 0 11110 101111 110010 10101 11111 100110

Color Harmonies of #805944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805944

Black with #805944

Text Example


Text Example

White with #805944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805944; }

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

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

background-color css

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

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

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

border-color css

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

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

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