#864C33

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

Shades of Paarl #864C33

Tints of Paarl #864C33

Color information

#864C33 (or 0x864C33) is unknown color: approx Paarl. HEX triplet: 86, 4C and 33. RGB value is (134,76,51). Sum of RGB (Red+Green+Blue) = 134+76+51=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #864C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C33 is #79B3CC. Grayscale: #5A5A5A. Windows color (decimal): -7975885 or 3361926. OLE color: 3361926.

HSL color Cylindrical-coordinate representation of color #864C33: hue angle of 18.07º 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 #864C33 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1347651-
CMYK00.430.620.47
HSL18.07º44.86%36.27%-
HSV(B)18.07º61.94%52.55%-
XYZ13.0110.484.47-
YUV90.49105.72159.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=51.34%
G=29.12%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134765100.430.620.4718.0744.8636.27
Hex864C3302B3E2F122d24
Octal206114630537657225544
Binary100001101001100110011010101111111010111110010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864C33; }

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

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

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

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

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

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

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

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