Html Css Color HEX #805845 Potters Clay

📋 copy color: '#805845'

red 128 ◦ green 88 ◦ blue 69

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

Shades of Potters Clay #805845

Tints of Potters Clay #805845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 44.91%
G = 30.88%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#805845 (or 0x805845) is known color: Potters Clay. HEX triplet: 80, 58 and 45. RGB value is (128,88,69). Sum of RGB (Red+Green+Blue) = 128+88+69=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #805845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805845 is #7FA7BA. Grayscale: #616161. Windows color (decimal): -8366011 or 4544640. OLE color: 4544640.

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

Color convert

RGB 128 88 69 -
CMYK 0 0.31 0.46 0.50
HSL 19.32º 0.3% 0.39% -
HSV(B) 19.32º 0.46% 0.5% -
XYZ 13.47 12 7.24 -
YUV 97.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 128 88 69 0 0.31 0.46 0.50 19.32 0.3 0.39
Hex 80 58 45 0 1F 2E 32 13 1E 27
Octal 200 130 105 0 37 56 62 23 36 47
Binary 10000000 1011000 1000101 0 11111 101110 110010 10011 11110 100111

Color Harmonies of #805845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805845

Black with #805845

Text Example


Text Example

White with #805845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805845; }

 p { color: rgb(128,88,69); }

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

background-color css

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

 a { background-color: rgb(128,88,69); }

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

border-color css

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

 span { border-color: rgb(128,88,69); }

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