#855B3F

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

Shades of Potters Clay #855B3F

Tints of Potters Clay #855B3F

Color information

#855B3F (or 0x855B3F) is unknown color: approx Potters Clay. HEX triplet: 85, 5B and 3F. RGB value is (133,91,63). Sum of RGB (Red+Green+Blue) = 133+91+63=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B3F is #7AA4C0. Grayscale: #646464. Windows color (decimal): -8037569 or 4152197. OLE color: 4152197.

HSL color Cylindrical-coordinate representation of color #855B3F: hue angle of 24º 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 #855B3F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1339163-
CMYK00.320.530.48
HSL24º35.71%38.43%-
HSV(B)24º52.63%52.16%-
XYZ14.3112.836.42-
YUV100.37106.91151.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 63 (25% from 255) = 21.95%
R=46.34%
G=31.71%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133916300.320.530.482435.7138.43
Hex855B3F0203530182426
Octal205133770406560304446
Binary100001011011011111111010000011010111000011000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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