#865837

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

Shades of Potters Clay #865837

Tints of Potters Clay #865837

Color information

#865837 (or 0x865837) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 37. RGB value is (134,88,55). Sum of RGB (Red+Green+Blue) = 134+88+55=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #865837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865837 is #79A7C8. Grayscale: #626262. Windows color (decimal): -7972809 or 3627142. OLE color: 3627142.

HSL color Cylindrical-coordinate representation of color #865837: hue angle of 25.06º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #865837 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1348855-
CMYK00.340.590.47
HSL25.06º41.8%37.06%-
HSV(B)25.06º58.96%52.55%-
XYZ14.0112.325.25-
YUV97.99103.74153.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=48.38%
G=31.77%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134885500.340.590.4725.0641.837.06
Hex8658370223B2F192a25
Octal206130670427357315245
Binary100001101011000110111010001011101110111111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865837; }

 p { color: rgb(134,88,55); }

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

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

 a { background-color: rgb(134,88,55); }

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

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

 span { border-color: rgb(134,88,55); }

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