#855D3F

Color #855D3F Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #855D3F

Tints of Potters Clay #855D3F

Color information

#855D3F (or 0x855D3F) is unknown color: approx Potters Clay. HEX triplet: 85, 5D and 3F. RGB value is (133,93,63). Sum of RGB (Red+Green+Blue) = 133+93+63=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D3F is #7AA2C0. Grayscale: #656565. Windows color (decimal): -8037057 or 4152709. OLE color: 4152709.

HSL color Cylindrical-coordinate representation of color #855D3F: hue angle of 25.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855D3F is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1339363-
CMYK00.300.530.48
HSL25.71º35.71%38.43%-
HSV(B)25.71º52.63%52.16%-
XYZ14.4813.176.48-
YUV101.54106.25150.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 63 (25% from 255) = 21.80%
R=46.02%
G=32.18%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133936300.300.530.4825.7135.7138.43
Hex855D3F01E35301a2426
Octal205135770366560324446
Binary10000101101110111111101111011010111000011010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D3F; }

 p { color: rgb(133,93,63); }

 H1.HeaderClassName
 {
   color: #855D3F;
 }
 .AnyTagClassName
 {
   color: #855D3F;
 }
</style>
background-color css

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

 a { background-color: rgb(133,93,63); }

 div.DivClassName
 {
   background-color: #855D3F;
 }
 .BgClassName
 {
   background-color: #855D3F;
 }
</style>
border-color css

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

 span { border-color: rgb(133,93,63); }

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