#864833

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

Shades of Paarl #864833

Tints of Paarl #864833

Color information

#864833 (or 0x864833) is unknown color: approx Paarl. HEX triplet: 86, 48 and 33. RGB value is (134,72,51). Sum of RGB (Red+Green+Blue) = 134+72+51=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #864833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864833 is #79B7CC. Grayscale: #585858. Windows color (decimal): -7976909 or 3360902. OLE color: 3360902.

HSL color Cylindrical-coordinate representation of color #864833: hue angle of 15.18º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #864833 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1347251-
CMYK00.460.620.47
HSL15.18º44.86%36.27%-
HSV(B)15.18º61.94%52.55%-
XYZ12.759.944.38-
YUV88.14107.04160.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=52.14%
G=28.02%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134725100.460.620.4715.1844.8636.27
Hex86483302E3E2Ff2d24
Octal206110630567657175544
Binary10000110100100011001101011101111101011111111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864833; }

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

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

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

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

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

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

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

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