#864839

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

Shades of Paarl #864839

Tints of Paarl #864839

Color information

#864839 (or 0x864839) is unknown color: approx Paarl. HEX triplet: 86, 48 and 39. RGB value is (134,72,57). Sum of RGB (Red+Green+Blue) = 134+72+57=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #864839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864839 is #79B7C6. Grayscale: #585858. Windows color (decimal): -7976903 or 3754118. OLE color: 3754118.

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

Color convert

RGB1347257-
CMYK00.460.570.47
HSL11.69º40.31%37.45%-
HSV(B)11.69º57.46%52.55%-
XYZ12.89105.12-
YUV88.83110.04160.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 57 (22.66% from 255) = 21.67%
R=50.95%
G=27.38%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134725700.460.570.4711.6940.3137.45
Hex86483902E392Fc2825
Octal206110710567157145045
Binary10000110100100011100101011101110011011111100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864839; }

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

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

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

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

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

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

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

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