Html Css Color HEX #805843 Potters Clay

📋 copy color: '#805843'

red 128 ◦ green 88 ◦ blue 67

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

Shades of Potters Clay #805843

Tints of Potters Clay #805843

RGB

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

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

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

R = 45.23%
G = 31.1%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#805843 (or 0x805843) is known color: Potters Clay. HEX triplet: 80, 58 and 43. RGB value is (128,88,67). Sum of RGB (Red+Green+Blue) = 128+88+67=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #805843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805843 is #7FA7BC. Grayscale: #616161. Windows color (decimal): -8366013 or 4413568. OLE color: 4413568.

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

Color convert

RGB 128 88 67 -
CMYK 0 0.31 0.48 0.50
HSL 20.66º 0.31% 0.38% -
HSV(B) 20.66º 0.48% 0.5% -
XYZ 13.4 11.97 6.91 -
YUV 97.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 128 88 67 0 0.31 0.48 0.50 20.66 0.31 0.38
Hex 80 58 43 0 1F 30 32 15 1F 26
Octal 200 130 103 0 37 60 62 25 37 46
Binary 10000000 1011000 1000011 0 11111 110000 110010 10101 11111 100110

Color Harmonies of #805843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805843

Black with #805843

Text Example


Text Example

White with #805843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805843; }

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

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

background-color css

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

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

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

border-color css

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

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

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