Html Css Color HEX #855940 Potters Clay

📋 copy color: '#855940'

red 133 ◦ green 89 ◦ blue 64

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

Shades of Potters Clay #855940

Tints of Potters Clay #855940

RGB

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

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

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

R = 46.5%
G = 31.12%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855940 (or 0x855940) is known color: Potters Clay. HEX triplet: 85, 59 and 40. RGB value is (133,89,64). Sum of RGB (Red+Green+Blue) = 133+89+64=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855940 is #7AA6BF. Grayscale: #636363. Windows color (decimal): -8038080 or 4217221. OLE color: 4217221.

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

Color convert

RGB 133 89 64 -
CMYK 0 0.33 0.52 0.48
HSL 21.74º 0.35% 0.39% -
HSV(B) 21.74º 0.52% 0.52% -
XYZ 14.17 12.5 6.52 -
YUV 99.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 133 89 64 0 0.33 0.52 0.48 21.74 0.35 0.39
Hex 85 59 40 0 21 34 30 16 23 27
Octal 205 131 100 0 41 64 60 26 43 47
Binary 10000101 1011001 1000000 0 100001 110100 110000 10110 100011 100111

Color Harmonies of #855940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855940

Black with #855940

Text Example


Text Example

White with #855940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855940; }

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

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

background-color css

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

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

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

border-color css

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

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

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