#855736

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

Shades of Potters Clay #855736

Tints of Potters Clay #855736

Color information

#855736 (or 0x855736) is unknown color: approx Potters Clay. HEX triplet: 85, 57 and 36. RGB value is (133,87,54). Sum of RGB (Red+Green+Blue) = 133+87+54=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855736 is #7AA8C9. Grayscale: #616161. Windows color (decimal): -8038602 or 3561349. OLE color: 3561349.

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

Color convert

RGB1338754-
CMYK00.350.590.48
HSL25.06º42.25%36.67%-
HSV(B)25.06º59.4%52.16%-
XYZ13.7512.075.1-
YUV96.99103.74153.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=48.54%
G=31.75%
B=19.71%

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
Decimal133875400.350.590.4825.0642.2536.67
Hex8557360233B30192a25
Octal205127660437360315245
Binary100001011010111110110010001111101111000011001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855736; }

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

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

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

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

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

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

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

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