#865A39

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

Shades of Potters Clay #865A39

Tints of Potters Clay #865A39

Color information

#865A39 (or 0x865A39) is unknown color: approx Potters Clay. HEX triplet: 86, 5A and 39. RGB value is (134,90,57). Sum of RGB (Red+Green+Blue) = 134+90+57=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #865A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A39 is #79A5C6. Grayscale: #636363. Windows color (decimal): -7972295 or 3758726. OLE color: 3758726.

HSL color Cylindrical-coordinate representation of color #865A39: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865A39 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1349057-
CMYK00.330.570.47
HSL25.71º40.31%37.45%-
HSV(B)25.71º57.46%52.55%-
XYZ14.2312.685.57-
YUV99.39104.08152.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=47.69%
G=32.03%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134905700.330.570.4725.7140.3137.45
Hex865A39021392F1a2825
Octal206132710417157325045
Binary100001101011010111001010000111100110111111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A39; }

 p { color: rgb(134,90,57); }

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

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

 a { background-color: rgb(134,90,57); }

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

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

 span { border-color: rgb(134,90,57); }

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