#865B38

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

Shades of Potters Clay #865B38

Tints of Potters Clay #865B38

Color information

#865B38 (or 0x865B38) is unknown color: approx Potters Clay. HEX triplet: 86, 5B and 38. RGB value is (134,91,56). Sum of RGB (Red+Green+Blue) = 134+91+56=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #865B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B38 is #79A4C7. Grayscale: #646464. Windows color (decimal): -7972040 or 3693446. OLE color: 3693446.

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

Color convert

RGB1349156-
CMYK00.320.580.47
HSL26.92º41.05%37.25%-
HSV(B)26.92º58.21%52.55%-
XYZ14.2912.845.47-
YUV99.87103.25152.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=47.69%
G=32.38%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134915600.320.580.4726.9241.0537.25
Hex865B380203A2F1b2925
Octal206133700407257335145
Binary100001101011011111000010000011101010111111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,56); }

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

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

 a { background-color: rgb(134,91,56); }

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

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

 span { border-color: rgb(134,91,56); }

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