#865838

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

Shades of Potters Clay #865838

Tints of Potters Clay #865838

Color information

#865838 (or 0x865838) is unknown color: approx Potters Clay. HEX triplet: 86, 58 and 38. RGB value is (134,88,56). Sum of RGB (Red+Green+Blue) = 134+88+56=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #865838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865838 is #79A7C7. Grayscale: #626262. Windows color (decimal): -7972808 or 3692678. OLE color: 3692678.

HSL color Cylindrical-coordinate representation of color #865838: hue angle of 24.62º 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 #865838 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1348856-
CMYK00.340.580.47
HSL24.62º41.05%37.25%-
HSV(B)24.62º58.21%52.55%-
XYZ14.0412.335.38-
YUV98.11104.24153.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=48.20%
G=31.65%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134885600.340.580.4724.6241.0537.25
Hex8658380223A2F192925
Octal206130700427257315145
Binary100001101011000111000010001011101010111111001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865838; }

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

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

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

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

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

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

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

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