#864C3B

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

Shades of Paarl #864C3B

Tints of Paarl #864C3B

Color information

#864C3B (or 0x864C3B) is unknown color: approx Paarl. HEX triplet: 86, 4C and 3B. RGB value is (134,76,59). Sum of RGB (Red+Green+Blue) = 134+76+59=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C3B is #79B3C4. Grayscale: #5B5B5B. Windows color (decimal): -7975877 or 3886214. OLE color: 3886214.

HSL color Cylindrical-coordinate representation of color #864C3B: hue angle of 13.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #864C3B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1347659-
CMYK00.430.560.47
HSL13.6º38.86%37.84%-
HSV(B)13.6º55.97%52.55%-
XYZ13.2110.555.48-
YUV91.4109.72158.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 59 (23.44% from 255) = 21.93%
R=49.81%
G=28.25%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134765900.430.560.4713.638.8637.84
Hex864C3B02B382Fe2726
Octal206114730537057164746
Binary10000110100110011101101010111110001011111110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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