#855737

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

Shades of Potters Clay #855737

Tints of Potters Clay #855737

Color information

#855737 (or 0x855737) is unknown color: approx Potters Clay. HEX triplet: 85, 57 and 37. RGB value is (133,87,55). Sum of RGB (Red+Green+Blue) = 133+87+55=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #855737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855737 is #7AA8C8. Grayscale: #616161. Windows color (decimal): -8038601 or 3626885. OLE color: 3626885.

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

Color convert

RGB1338755-
CMYK00.350.590.48
HSL24.62º41.49%36.86%-
HSV(B)24.62º58.65%52.16%-
XYZ13.7712.085.22-
YUV97.11104.24153.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 55 (21.88% from 255) = 20%
R=48.36%
G=31.64%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133875500.350.590.4824.6241.4936.86
Hex8557370233B30192925
Octal205127670437360315145
Binary100001011010111110111010001111101111000011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855737; }

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

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

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

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

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

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

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

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