#855639

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

Shades of Potters Clay #855639

Tints of Potters Clay #855639

Color information

#855639 (or 0x855639) is unknown color: approx Potters Clay. HEX triplet: 85, 56 and 39. RGB value is (133,86,57). Sum of RGB (Red+Green+Blue) = 133+86+57=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855639 is #7AA9C6. Grayscale: #606060. Windows color (decimal): -8038855 or 3757701. OLE color: 3757701.

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

Color convert

RGB1338657-
CMYK00.350.570.48
HSL22.89º40%37.25%-
HSV(B)22.89º57.14%52.16%-
XYZ13.7411.945.45-
YUV96.75105.57153.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=48.19%
G=31.16%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133865700.350.570.4822.894037.25
Hex8556390233930172825
Octal205126710437160275045
Binary100001011010110111001010001111100111000010111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855639; }

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

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

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

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

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

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

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

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