#865835

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

Shades of Potters Clay #865835

Tints of Potters Clay #865835

Color information

#865835 (or 0x865835) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 35. RGB value is (134,88,53). Sum of RGB (Red+Green+Blue) = 134+88+53=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #865835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865835 is #79A7CA. Grayscale: #616161. Windows color (decimal): -7972811 or 3496070. OLE color: 3496070.

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

Color convert

RGB1348853-
CMYK00.340.600.47
HSL25.93º43.32%36.67%-
HSV(B)25.93º60.45%52.55%-
XYZ13.9612.35.01-
YUV97.76102.74153.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=48.73%
G=32%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134885300.340.600.4725.9343.3236.67
Hex8658350223C2F1a2b25
Octal206130650427457325345
Binary100001101011000110101010001011110010111111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865835; }

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

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

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

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

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

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

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

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