Html Css Color HEX #805639 Potters Clay

📋 copy color: '#805639'

red 128 ◦ green 86 ◦ blue 57

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

Shades of Potters Clay #805639

Tints of Potters Clay #805639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 47.23%
G = 31.73%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#805639 (or 0x805639) is known color: Potters Clay. HEX triplet: 80, 56 and 39. RGB value is (128,86,57). Sum of RGB (Red+Green+Blue) = 128+86+57=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #805639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805639 is #7FA9C6. Grayscale: #5F5F5F. Windows color (decimal): -8366535 or 3757696. OLE color: 3757696.

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

Color convert

RGB 128 86 57 -
CMYK 0 0.33 0.55 0.50
HSL 24.51º 0.38% 0.36% -
HSV(B) 24.51º 0.55% 0.5% -
XYZ 12.97 11.54 5.41 -
YUV 95.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 128 86 57 0 0.33 0.55 0.50 24.51 0.38 0.36
Hex 80 56 39 0 21 37 32 19 26 24
Octal 200 126 71 0 41 67 62 31 46 44
Binary 10000000 1010110 111001 0 100001 110111 110010 11001 100110 100100

Color Harmonies of #805639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805639

Black with #805639

Text Example


Text Example

White with #805639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805639; }

 p { color: rgb(128,86,57); }

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

background-color css

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

 a { background-color: rgb(128,86,57); }

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

border-color css

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

 span { border-color: rgb(128,86,57); }

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