Html Css Color HEX #855740 Potters Clay

📋 copy color: '#855740'

red 133 ◦ green 87 ◦ blue 64

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

Shades of Potters Clay #855740

Tints of Potters Clay #855740

RGB

 RED value IS 133 (52.34% from 255) = 46.83%

 GREEN value IS 87 (34.38% from 255) = 30.63%

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 46.83%
G = 30.63%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855740 (or 0x855740) is known color: Potters Clay. HEX triplet: 85, 57 and 40. RGB value is (133,87,64). Sum of RGB (Red+Green+Blue) = 133+87+64=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #855740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855740 is #7AA8BF. Grayscale: #626262. Windows color (decimal): -8038592 or 4216709. OLE color: 4216709.

HSL color Cylindrical-coordinate representation of color #855740: hue angle of 20º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #855740 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 64 -
CMYK 0 0.35 0.52 0.48
HSL 20º 0.35% 0.39% -
HSV(B) 20º 0.52% 0.52% -
XYZ 14.01 12.17 6.46 -
YUV 98.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 133 87 64 0 0.35 0.52 0.48 20 0.35 0.39
Hex 85 57 40 0 23 34 30 14 23 27
Octal 205 127 100 0 43 64 60 24 43 47
Binary 10000101 1010111 1000000 0 100011 110100 110000 10100 100011 100111

Color Harmonies of #855740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855740

Black with #855740

Text Example


Text Example

White with #855740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855740; }

 p { color: rgb(133,87,64); }

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

background-color css

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

 a { background-color: rgb(133,87,64); }

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

border-color css

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

 span { border-color: rgb(133,87,64); }

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