#855636

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

Shades of Potters Clay #855636

Tints of Potters Clay #855636

Color information

#855636 (or 0x855636) is unknown color: approx Potters Clay. HEX triplet: 85, 56 and 36. RGB value is (133,86,54). Sum of RGB (Red+Green+Blue) = 133+86+54=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #855636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855636 is #7AA9C9. Grayscale: #606060. Windows color (decimal): -8038858 or 3561093. OLE color: 3561093.

HSL color Cylindrical-coordinate representation of color #855636: hue angle of 24.3º degrees, saturation: 0.42, 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 #855636 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1338654-
CMYK00.350.590.48
HSL24.3º42.25%36.67%-
HSV(B)24.3º59.4%52.16%-
XYZ13.6711.915.07-
YUV96.4104.07154.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=48.72%
G=31.50%
B=19.78%

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
Decimal133865400.350.590.4824.342.2536.67
Hex8556360233B30182a25
Octal205126660437360305245
Binary100001011010110110110010001111101111000011000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855636; }

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

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

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

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

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

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

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

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