#855E3C

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

Shades of Potters Clay #855E3C

Tints of Potters Clay #855E3C

Color information

#855E3C (or 0x855E3C) is unknown color: approx Potters Clay. HEX triplet: 85, 5E and 3C. RGB value is (133,94,60). Sum of RGB (Red+Green+Blue) = 133+94+60=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E3C is #7AA1C3. Grayscale: #656565. Windows color (decimal): -8036804 or 3956357. OLE color: 3956357.

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

Color convert

RGB1339460-
CMYK00.290.550.48
HSL27.95º37.82%37.84%-
HSV(B)27.95º54.89%52.16%-
XYZ14.4913.326.08-
YUV101.78104.42150.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=46.34%
G=32.75%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133946000.290.550.4827.9537.8237.84
Hex855E3C01D37301c2626
Octal205136740356760344646
Binary10000101101111011110001110111011111000011100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,94,60); }

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

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

 a { background-color: rgb(133,94,60); }

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

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

 span { border-color: rgb(133,94,60); }

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